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




Gets the 3D control used to display the volume.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Viewer3DCell As Medical3DControl
Visual Basic (Usage)Copy Code
Dim instance As Volume3DLoadedEventArgs
Dim value As Medical3DControl
 
value = instance.Viewer3DCell
C# 
public Medical3DControl Viewer3DCell {get;}
Managed Extensions for C++ 
public: __property Medical3DControl* get_Viewer3DCell();
C++/CLI 
public:
property Medical3DControl^ Viewer3DCell {
   Medical3DControl^ get();
}

Property Value

Type: Leadtools.Medical3D.Medical3DControl The 3D Leadtools.Medical3D.Medical3DControl used to display the volume.

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