ImageGear .NET v25.2 - Updated
ImageGear.Dicom.Forms Assembly / ImageGear.Dicom.Forms Namespace / ImGearMprCoronalController Class / SagittalViews Property




In This Topic
    SagittalViews Property (ImGearMprCoronalController)
    In This Topic
    Gets a collection of output sagittal views.
    Syntax
    'Declaration
     
    Public ReadOnly Property SagittalViews As ICollection(Of ImGearPageView)
    'Usage
     
    Dim instance As ImGearMprCoronalController
    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