LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Control3D Property

Show in webframe






Gets or sets the 3D Control used to hold and render the 3D object.
Syntax
public Medical3DControl Control3D {get; set;}
'Declaration
 
Public Property Control3D As Medical3DControl
'Usage
 
Dim instance As IsoThreshold
Dim value As Medical3DControl
 
instance.Control3D = value
 
value = instance.Control3D

            

            
public: __property Medical3DControl* get_Control3D();
public: __property void set_Control3D( 
   Medical3DControl* value
);
public:
property Medical3DControl* Control3D {
   Medical3DControl* get();
   void set (    Medical3DControl* value);
}

Property Value

A Leadtools.Medical3D.Medical3DControl that will be used to hold and render the 3D object.
Requirements

Target Platforms

See Also

Reference

IsoThreshold Class
IsoThreshold Members

 

 


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