ImageGear .NET - Updated
GetViews Method




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > ImGearDGNPage Class : GetViews Method
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

Reference

ImGearDGNPage Class
ImGearDGNPage Members