VolumeState Property

Summary

Gets or sets the 3D volume state.

Syntax
C#
VB
C++
public List<Stream> VolumeState { get; set; } 
  
Public Property VolumeState As List(Of 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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.DataAccessLayer Assembly