LEADTOOLS Medical (Leadtools.Medical.Workstation.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
GetSeriesVolume Method
See Also 
Leadtools.Medical.Workstation.DataAccessLayer Namespace > IWorkstationDataAccessAgent Interface : GetSeriesVolume Method




identifier
The unique identifier of the 3D volume which will be returned.
identifier
The unique identifier of the 3D volume which will be returned.
Returns a 3D volume.

Syntax

Visual Basic (Declaration) 
Function GetSeriesVolume( _
   ByVal identifier As VolumeIdentifier _
) As SeriesVolume
Visual Basic (Usage)Copy Code
Dim instance As IWorkstationDataAccessAgent
Dim identifier As VolumeIdentifier
Dim value As SeriesVolume
 
value = instance.GetSeriesVolume(identifier)
C# 
SeriesVolume GetSeriesVolume( 
   VolumeIdentifier identifier
)
Managed Extensions for C++ 
SeriesVolume* GetSeriesVolume( 
   VolumeIdentifier* identifier
) 
C++/CLI 
SeriesVolume^ GetSeriesVolume( 
   VolumeIdentifier^ identifier
) 

Parameters

identifier
The unique identifier of the 3D volume which will be returned.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also