ImageGear .NET - Updated
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)
public void SetActiveLayout( 
   string layoutName
)
public: void SetActiveLayout( 
   string* layoutName
) 
public:
void SetActiveLayout( 
   String^ 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