←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.DataAccessLayer Assembly