←Select platform

GetBytesChuncks Method

Summary

Returns a chunk of bytes from a 3D volume file.

Syntax

C#
VB
C++
public static List<Stream> GetBytesChuncks( 
   string volumeFile 
) 
  
Public Shared Function GetBytesChuncks( _ 
   ByVal volumeFile As String _ 
) As List(Of Stream) 
public: static List<Stream^>^ GetBytesChuncks(  
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.DataAccessLayer Assembly