Gets or sets the 3D volume state.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As SeriesVolume
Dim value As List(Of Byte())
instance.VolumeState = value
value = instance.VolumeState |
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