| 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.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code