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 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