LEADTOOLS Medical (Leadtools.Medical.Workstation.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
VolumeState Property
See Also 
Leadtools.Medical.Workstation.DataAccessLayer Namespace > SeriesVolume Class : VolumeState Property




Gets or sets the 3D volume state.

Syntax

Visual Basic (Declaration) 
Public Property VolumeState As List(Of Byte())
Visual Basic (Usage)Copy Code
Dim instance As SeriesVolume
Dim value As List(Of Byte())
 
instance.VolumeState = value
 
value = instance.VolumeState
C# 
public List<byte[]> VolumeState {get; set;}
Managed Extensions for C++ 
public: __property List<byte[]>* get_VolumeState();
public: __property void set_VolumeState( 
   List<byte[]>* value
);
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also