←Select platform

Stacks Property

Summary

Gets a list of stacks of sorted images .

Syntax

C#
VB
C++
public List<MedicalViewerSeriesStack> Stacks { get; } 
  
Public ReadOnly Property Stacks As List(Of MedicalViewerSeriesStack) 
             
            public: 
property List<MedicalViewerSeriesStack^>^ Stacks { 
   List<MedicalViewerSeriesStack^>^ get(); 
} 
             

Property Value

a list of MedicalViewerSeriesStack which represents stacks of sorted images.

Remarks
  • this property is null by default, you should call the method Sort(list<medicalviewerimagedata>) 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.
Example

For an example, refer to MedicalViewerSeriesStack

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly