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

UpdateVolumeState Method (WorkstationDataAccessAgent)

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
public virtual void UpdateVolumeState( 
   VolumeIdentifier identifier,
   List<byte[]> volumeState
)
'Declaration
 
Public Overridable Sub UpdateVolumeState( _
   ByVal identifier As VolumeIdentifier, _
   ByVal volumeState As List(Of Byte()) _
) 
'Usage
 
Dim instance As WorkstationDataAccessAgent
Dim identifier As VolumeIdentifier
Dim volumeState As List(Of Byte())
 
instance.UpdateVolumeState(identifier, volumeState)

            

            
public: virtual void UpdateVolumeState( 
   VolumeIdentifier* identifier,
   List<byte[]>* volumeState
) 
public:
virtual 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

WorkstationDataAccessAgent Class
WorkstationDataAccessAgent Members

 

 


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