VolumeData Property
Summary
Gets or sets the 3D volume data.
Syntax
public List<Stream> VolumeData { get; set; }
public: __property List<Stream^>^ get_VolumeData();
public: __property void set_VolumeData(
List<Stream^>^
);
Property Value
Type: List of System.Byte Array A list which contains the chunks of bytes of the 3D volume.