LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

SupportCutplane Property

Show in webframe






Gets or sets a flag to support creating a cut-plane from 2D images.
Syntax
public bool SupportCutplane {get; set;}
'Declaration
 
Public Property SupportCutplane As Boolean
'Usage
 
Dim instance As Viewer3DOptions
Dim value As Boolean
 
instance.SupportCutplane = value
 
value = instance.SupportCutplane

            

            
public: __property bool get_SupportCutplane();
public: __property void set_SupportCutplane( 
   bool value
);
public:
property bool SupportCutplane {
   bool get();
   void set (    bool value);
}

Property Value

Type: System.Boolean true to support creating a cut-plane from 2D images; Otherwise, false.
Requirements

Target Platforms

See Also

Reference

Viewer3DOptions Class
Viewer3DOptions Members

 

 


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