GetBytesChunks Method

Summary
Returns a chunk of bytes from a 3D volume file.
Syntax
C#
VB
C++
public static List<Stream> GetBytesChunks( 
   string volumeFile 
) 
  
Public Shared Function GetBytesChunks( _ 
   ByVal volumeFile As String _ 
) As List(Of Stream) 
public: static List<Stream^>^ GetBytesChunks(  
   string^ volumeFile 
)  

Parameters

volumeFile
Type: System.String The path for the 3D volume file.

Return Value

Type: List of System.Byte Array A list which contains the chunks of bytes from the provided 3D volume file.

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.