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.For an example, refer to MedicalViewerSeriesStack
- 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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7