LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

SupportCutplane Property







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 bool SupportCutplane {get; set;}
 get_SupportCutplane();
set_SupportCutplane(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Viewer3DOptions Class
Viewer3DOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.