←Select platform

UpdateVolumeState Method

Summary

Update the state information of a 3D volume

Syntax

C#
VB
C++
public void UpdateVolumeState( 
   VolumeIdentifier identifier, 
   List<Stream> volumeState 
) 
  
Sub UpdateVolumeState( _ 
   ByVal identifier As Leadtools.Medical.Workstation.Dataaccesslayer.VolumeIdentifier, _ 
   ByVal volumeState As List(Of Stream) _ 
)  
void UpdateVolumeState(  
   Leadtools.Medical.Workstation.Dataaccesslayer.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.DataAccessLayer Assembly