LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

SelectedVolumeType Property

Show in webframe






Gets or sets the current selected Leadtools.Medical3D.Medical3DVolumeType
Syntax
public virtual Medical3DVolumeType SelectedVolumeType {get; set;}
'Declaration
 
Public Overridable Property SelectedVolumeType As Medical3DVolumeType
'Usage
 
Dim instance As WorkstationState
Dim value As Medical3DVolumeType
 
instance.SelectedVolumeType = value
 
value = instance.SelectedVolumeType

            

            
public: __property virtual Medical3DVolumeType get_SelectedVolumeType();
public: __property virtual void set_SelectedVolumeType( 
   Medical3DVolumeType value
);
public:
virtual property Medical3DVolumeType SelectedVolumeType {
   Medical3DVolumeType get();
   void set (    Medical3DVolumeType value);
}

Property Value

The current selected Leadtools.Medical3D.Medical3DVolumeType
Remarks
The component changing the 3D volume type should update this value.
Requirements

Target Platforms

See Also

Reference

WorkstationState Class
WorkstationState Members

 

 


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