ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / ImGearDWGPage Class / SetActiveLayout Method
Name of Layout to set as active.




In This Topic
    SetActiveLayout Method
    In This Topic
    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