LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Load3DVolume Method
See Also 
Leadtools.Medical.Workstation.UI Namespace > VolumeViewer Class : Load3DVolume Method




series3DControl
Type: Leadtools.Medical3D.Medical3DControl The Leadtools.Medical3D.Medical3DControl to be displayed.
Add a Leadtools.Medical3D.Medical3DControl to be displayed.

Syntax

Visual Basic (Declaration) 
Public Sub Load3DVolume( _
   ByVal series3DControl As Medical3DControl _
) 
Visual Basic (Usage)Copy Code
Dim instance As VolumeViewer
Dim series3DControl As Medical3DControl
 
instance.Load3DVolume(series3DControl)
C# 
public void Load3DVolume( 
   Medical3DControl series3DControl
)
Managed Extensions for C++ 
public: void Load3DVolume( 
   Medical3DControl* series3DControl
) 
C++/CLI 
public:
void Load3DVolume( 
   Medical3DControl^ series3DControl
) 

Parameters

series3DControl
Type: Leadtools.Medical3D.Medical3DControl The Leadtools.Medical3D.Medical3DControl to be displayed.

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