ImageGear .NET - Updated
SagittalViews Property (ImGearMprAxialController)




ImageGear24.Dicom.Forms Assembly > ImageGear.Dicom.Forms Namespace > ImGearMprAxialController Class : SagittalViews Property
Gets a collection of output sagittal views.
Syntax
'Declaration
 
Public ReadOnly Property SagittalViews As ICollection(Of ImGearPageView)
'Usage
 
Dim instance As ImGearMprAxialController
Dim value As ICollection(Of ImGearPageView)
 
value = instance.SagittalViews
public ICollection<ImGearPageView> SagittalViews {get;}
public: __property ICollection<ImGearPageView*>* get_SagittalViews();
public:
property ICollection<ImGearPageView^>^ SagittalViews {
   ICollection<ImGearPageView^>^ get();
}

Property Value

Collection of ImGearPageView objects.
See Also

Reference

ImGearMprAxialController Class
ImGearMprAxialController Members