VolumeState Property
Summary
Gets or sets the 3D volume state.
Syntax
public List<Stream> VolumeState { get; set; }
public: __property List<Stream^>^ get_VolumeState();
public: __property void set_VolumeState(
List<Stream^>^
);
public:
property List<array<byte>>^ VolumeState {
List<array<byte>>^ get();
void set ( List<array<byte>>^ );
}
Property Value
Type: List of System.Byte Array A list which contains the chunks of bytes that contains state information about the 3D volume.