LEADTOOLS Medical (Leadtools.Medical.Workstation.DataAccessLayer assembly)

GetBytesChuncks Method

Show in webframe






Type: System.String The path for the 3D volume file.
Returns a chunk of bytes from a 3D volume file.
Syntax
public static List<byte[]> GetBytesChuncks( 
   string volumeFile
)
'Declaration
 
Public Shared Function GetBytesChuncks( _
   ByVal volumeFile As String _
) As List(Of Byte())
'Usage
 
Dim volumeFile As String
Dim value As List(Of Byte())
 
value = WorkstationDataAccessAgent.GetBytesChuncks(volumeFile)

            

            
public: static List<byte[]>* GetBytesChuncks( 
   string* volumeFile
) 
public:
static List<byte[]>* 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

See Also

Reference

WorkstationDataAccessAgent Class
WorkstationDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.