LEADTOOLS Medical (Leadtools.MedicalViewer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
Stacks Property
See Also 
Leadtools.MedicalViewer Namespace > MedicalViewerSeriesManager Class : Stacks Property



(Read only) Gets a list of stacks of sorted images .

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Stacks As List(Of MedicalViewerSeriesStack)
Visual Basic (Usage)Copy Code
Dim instance As MedicalViewerSeriesManager
Dim value As List(Of MedicalViewerSeriesStack)
 
value = instance.Stacks
C# 
public List<MedicalViewerSeriesStack> Stacks {get;}
C++/CLI 
public:
property List<MedicalViewerSeriesStack^>^ Stacks {
   List<MedicalViewerSeriesStack^>^ get();
}

Property Value

a list of MedicalViewerSeriesStack which represents stacks of sorted images.

Example

For an example, refer to MedicalViewerSeriesStack

Remarks

  • this property is null by default, you should call the method MedicalViewerSeriesManager.Sort to fill this out.
  • Each image in stack is sorted based on its actual real world position, so it's displayed correctly, and make it easier for the 3D toolkit to create an accurate 3D object.

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

Leadtools.MedicalViewer requires a Medical Imaging license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features