Coronal Property

Summary

A IList<T> of PlaneOrientation that are used only if the orientation of the DicomDataSet is Plane.Coronal

Syntax
C#
VB
C++
public IList<PlaneOrientation> Coronal { get; } 
Public ReadOnly Property Coronal As IList(Of PlaneOrientation) 
public: 
property IList<PlaneOrientation^>^ Coronal { 
   IList<PlaneOrientation^>^ get(); 
} 

Property Value

The IList<T> of PlaneOrientation collection of coronal orientations.

Example

For an example, refer to GetImage.

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