Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Workstation.DataAccessLayer assembly)

Show in webframe

UpdateVolumeState Method (IWorkstationDataAccessAgent)







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<array<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

Error processing SSI file
   Leadtools.Medical.Workstation.DataAccessLayer requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features