Leadtools.Medical.Workstation.DataAccessLayer Namespace > SeriesVolume Class : VolumeData Property |
public List<byte[]> VolumeData {get; set;}
'Declaration Public Property VolumeData As List(Of Byte())
'Usage Dim instance As SeriesVolume Dim value As List(Of Byte()) instance.VolumeData = value value = instance.VolumeData
public List<byte[]> VolumeData {get; set;}
get_VolumeData();
set_VolumeData(value);
public: __property List<byte[]>* get_VolumeData(); public: __property void set_VolumeData( List<byte[]>* value );
public: property List<byte[]>* VolumeData { List<byte[]>* get(); void set ( List<byte[]>* value); }
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