ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / ImGearDGNPage Class / GetViews Method




In This Topic
    GetViews Method
    In This Topic
    Get the View names in the currently active View Group.
    Syntax
    'Declaration
     
    Public Function GetViews() As String()
    'Usage
     
    Dim instance As ImGearDGNPage
    Dim value() As String
     
    value = instance.GetViews()
    public string[] GetViews()
    public: string*[]* GetViews(); 
    public:
    array<String^>^ GetViews(); 

    Return Value

    Returns a string[] containing the View names for this page.
    Remarks
    Each View Group has exactly 8 Views. However, they are not always named.
    See Also