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




Gets the cell which the volume was loaded from.

Syntax

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

Property Value

Type: Leadtools.MedicalViewer.MedicalViewerMultiCell Gets the Leadtools.MedicalViewer.MedicalViewerMultiCell which the volume was loaded from.

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