Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Medical.Workstation.DataAccessLayer Namespace > SeriesVolume Class : VolumeState Property |
public List<byte[]> VolumeState {get; set;}
'Declaration Public Property VolumeState As List(Of Byte())
'Usage Dim instance As SeriesVolume Dim value As List(Of Byte()) instance.VolumeState = value value = instance.VolumeState
public: __property List<byte[]>* get_VolumeState(); public: __property void set_VolumeState( List<byte[]>* value );
public: property List<array<byte>>^ VolumeState { List<array<byte>>^ get(); void set ( List<array<byte>>^ value); }