VolumeState Property

Summary
Gets or sets the 3D volume state.
Syntax
C#
C++/CLI
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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.