ImageGear .NET - Updated July 5, 2018
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()

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