ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / ImGearDWGPage Class / GetActiveLayout Method




In This Topic
    GetActiveLayout Method
    In This Topic
    Returns the name of the current active Layout
    Syntax
    'Declaration
     
    Public Function GetActiveLayout() As String
    'Usage
     
    Dim instance As ImGearDWGPage
    Dim value As String
     
    value = instance.GetActiveLayout()
    public string GetActiveLayout()
    public: string* GetActiveLayout(); 
    public:
    String^ GetActiveLayout(); 

    Return Value

    Returns a string of the active Layout's name.
    See Also