ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / ImGearDGNPage Class / GetActiveModel Method




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

    Return Value

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