Stacks Property

Summary

Gets a list of stacks of sorted images.

Syntax
C#
VB
C++
public List<DicomSortSeriesStack> Stacks { get; set; } 
  
Public ReadOnly Property Stacks As List(Of DicomSortSeriesStack) 

            public: 
property List<DicomSortSeriesStack^>^ Stacks { 
   List<DicomSortSeriesStack^>^ get(); 
} 

Property Value

A list of DicomSortSeriesStack which represents stacks of sorted images.

Remarks

This property is null by default. Call the Sort(List<DicomSortImageData>) method to fill it out. Each image in the stack is sorted based on its actual real world position, (so it is displayed correctly, and makes it easier for the 3D toolkit to create an accurate 3D object).

Example

For an example, refer to DicomSortSeriesStack

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly