Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.DataTypes Namespace > OrientationConfiguration Class : Sagittal Property |
public RasterCollection<PlaneOrientation> Sagittal {get;}
'Declaration
Public ReadOnly Property Sagittal As RasterCollection(Of PlaneOrientation)
'Usage
Dim instance As OrientationConfiguration Dim value As RasterCollection(Of PlaneOrientation) value = instance.Sagittal
public: property RasterCollection<PlaneOrientation^>^ Sagittal { RasterCollection<PlaneOrientation^>^ get(); }