LEADTOOLS Medical (Leadtools.Medical.Workstation.DataAccessLayer assembly)
LEAD Technologies, Inc

GetBytesChuncks Method







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
)
 function Leadtools.Medical.Workstation.DataAccessLayer.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkstationDataAccessAgent Class
WorkstationDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.