Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Sagittal As RasterCollection(Of PlaneOrientation) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As OrientationConfiguration Dim value As RasterCollection(Of PlaneOrientation) value = instance.Sagittal |
C# | |
---|---|
public RasterCollection<PlaneOrientation> Sagittal {get;} |
C++/CLI | |
---|---|
public: property RasterCollection<PlaneOrientation^>^ Sagittal { RasterCollection<PlaneOrientation^>^ get(); } |
Property Value
The RasterCollection of PlaneOrientation collection of sagittal orientations.For an example, refer to Leadtools.Dicom.Common.Extensions.DicomExtensions.GetImage.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7