LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

CutPlaneCell Property

Show in webframe






Gets or sets the Leadtools.MedicalViewer.MedicalViewerCell that is used for the display the cut-plane.
Syntax
public MedicalViewerCell CutPlaneCell {get; set;}
'Declaration
 
Public Property CutPlaneCell As MedicalViewerCell
'Usage
 
Dim instance As CutPlaneCellEventArgs
Dim value As MedicalViewerCell
 
instance.CutPlaneCell = value
 
value = instance.CutPlaneCell

            

            
public: __property MedicalViewerCell* get_CutPlaneCell();
public: __property void set_CutPlaneCell( 
   MedicalViewerCell* value
);
public:
property MedicalViewerCell* CutPlaneCell {
   MedicalViewerCell* get();
   void set (    MedicalViewerCell* value);
}

Property Value

The Leadtools.MedicalViewer.MedicalViewerCell that is used for the display the cut-plane.
Requirements

Target Platforms

See Also

Reference

CutPlaneCellEventArgs Class
CutPlaneCellEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.