LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

LoadingVolume Property (Load3DVolumeCommand)

Show in webframe






Gets or sets the status message that is used when loading the volume for the selected cell.
Syntax
public static string LoadingVolume {get; set;}
'Declaration
 
Public Shared Property LoadingVolume As String
'Usage
 
Dim value As String
 
Load3DVolumeCommand.LoadingVolume = value
 
value = Load3DVolumeCommand.LoadingVolume

            

            
public: __property static string* get_LoadingVolume();
public: __property static void set_LoadingVolume( 
   string* value
);
public:
static property string* LoadingVolume {
   string* get();
   void set (    string* value);
}

Property Value

The status message that is used when loading the volume for the selected cell.
Requirements

Target Platforms

See Also

Reference

Load3DVolumeCommand Class
Load3DVolumeCommand Members

 

 


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