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

UpdateVolumeState Method (WorkstationDataAccessAgent)







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
)
 function Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent.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: 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.