ImageGear .NET v24.14 - Updated September 15, 2020
SetActiveLayout Method




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > ImGearDWGPage Class : SetActiveLayout Method
Name of Layout to set as active.
Sets the active Layout.
Syntax
'Declaration
 
Public Sub SetActiveLayout( _
   ByVal layoutName As String _
) 
 
'Usage
 
Dim instance As ImGearDWGPage
Dim layoutName As String
 
instance.SetActiveLayout(layoutName)

Parameters

layoutName
Name of Layout to set as active.
Remarks
If the Layout is not found, then this page does not change, and a ImageGear.Core.ImGearException is thrown.
See Also

Reference

ImGearDWGPage Class
ImGearDWGPage Members