Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Medical.Workstation.UI Namespace > IsoThreshold Class : Control3D Property |
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); }