LEADTOOLS Medical (Leadtools.Medical.Workstation.DataAccessLayer assembly)
LEAD Technologies, Inc

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 List<byte[]> VolumeState {get; set;}
 get_VolumeState();
set_VolumeState(value);
public: __property List<byte[]>* get_VolumeState();
public: __property void set_VolumeState( 
   List<byte[]>* value
);
public:
property List<byte[]>* VolumeState {
   List<byte[]>* get();
   void set (    List<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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SeriesVolume Class
SeriesVolume Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.