UpdateVolumeState Method

Summary

Update the state information of a 3D volume

Syntax
C#
VB
C++
public void UpdateVolumeState( 
   VolumeIdentifier identifier, 
   List<Stream> volumeState 
) 
  
Public Sub UpdateVolumeState( _ 
   ByVal identifier As VolumeIdentifier, _ 
   ByVal volumeState As List(Of Stream) _ 
)  
public: void UpdateVolumeState(  
   VolumeIdentifier^ identifier, 
   List<Stream^>^ 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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.DataAccessLayer Assembly