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

UpdateVolumeState Method (IWorkstationDataAccessAgent)

Show in webframe






The unique identifier of the 3D volume which state will be updated.
Type: List of System.Byte Array A list which contains the chunks of bytes that contains state information for the 3D volume.
Update the state information of a 3D volume
Syntax
void UpdateVolumeState( 
   VolumeIdentifier identifier,
   List<byte[]> volumeState
)
'Declaration
 
Sub UpdateVolumeState( _
   ByVal identifier As VolumeIdentifier, _
   ByVal volumeState As List(Of Byte()) _
) 
'Usage
 
Dim instance As IWorkstationDataAccessAgent
Dim identifier As VolumeIdentifier
Dim volumeState As List(Of Byte())
 
instance.UpdateVolumeState(identifier, volumeState)

            

            
void UpdateVolumeState( 
   VolumeIdentifier* identifier,
   List<byte[]>* volumeState
) 
void UpdateVolumeState( 
   VolumeIdentifier* identifier,
   List<byte[]>* volumeState
) 

Parameters

identifier
The unique identifier of the 3D volume which state will be updated.
volumeState
Type: List of System.Byte Array A list which contains the chunks of bytes that contains state information for the 3D volume.
Requirements

Target Platforms

See Also

Reference

IWorkstationDataAccessAgent Interface
IWorkstationDataAccessAgent Members

 

 


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