LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

SelectedVolume Property

Show in webframe






Gets or sets the selected Leadtools.Medical.Workstation.DataAccessLayer.VolumeIdentifier to be loaded.
Syntax
public VolumeIdentifier SelectedVolume {get; set;}
'Declaration
 
Public Property SelectedVolume As VolumeIdentifier
'Usage
 
Dim instance As LoadVolumesEventArgs
Dim value As VolumeIdentifier
 
instance.SelectedVolume = value
 
value = instance.SelectedVolume

            

            
public: __property VolumeIdentifier* get_SelectedVolume();
public: __property void set_SelectedVolume( 
   VolumeIdentifier* value
);
public:
property VolumeIdentifier* SelectedVolume {
   VolumeIdentifier* get();
   void set (    VolumeIdentifier* value);
}

Property Value

The selected Leadtools.Medical.Workstation.DataAccessLayer.VolumeIdentifier to be loaded.
Requirements

Target Platforms

See Also

Reference

LoadVolumesEventArgs Class
LoadVolumesEventArgs Members

 

 


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