Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Workstation.DataAccessLayer assembly)

Show in webframe

VolumeState Property







Gets or sets the 3D volume state.
Syntax
public List<byte[]> VolumeState {get; set;}
'Declaration
 
Public Property VolumeState As List(Of Byte())
'Usage
 
Dim instance As SeriesVolume
Dim value As List(Of Byte())
 
instance.VolumeState = value
 
value = instance.VolumeState

            

            
public: __property List<byte[]>* get_VolumeState();
public: __property void set_VolumeState( 
   List<byte[]>* value
);
public:
property List<array<byte>>^ VolumeState {
   List<array<byte>>^ get();
   void set (    List<array<byte>>^ value);
}

Property Value

Type: List of System.Byte Array A list which contains the chunks of bytes that contains state information about the 3D volume.
Requirements

Target Platforms

See Also

Reference

SeriesVolume Class
SeriesVolume Members

Error processing SSI file
   Leadtools.Medical.Workstation.DataAccessLayer requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features