VolumeData Property

Summary
Gets or sets the 3D volume data.
Syntax
C#
VB
C++
public List<Stream> VolumeData { get; set; } 
  
Public Property VolumeData As List(Of Stream) 
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.

Requirements

Target Platforms

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

Leadtools.Medical.Workstation.DataAccessLayer Assembly

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