ImageGear .NET - Updated
CoronalViews Property (ImGearMprSagittalController)




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

Property Value

Collection of ImGearPageView objects.
See Also

Reference

ImGearMprSagittalController Class
ImGearMprSagittalController Members