ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / ImGearDGNPage Class / SetActiveModel(String) Method
Name of Model to set as active.




In This Topic
    SetActiveModel(String) Method
    In This Topic
    Sets the active Model by name.
    Syntax
    'Declaration
     
    Public Sub SetActiveModel( _
       ByVal modelName As String _
    ) 
    'Usage
     
    Dim instance As ImGearDGNPage
    Dim modelName As String
     
    instance.SetActiveModel(modelName)
    public void SetActiveModel( 
       string modelName
    )
    public: void SetActiveModel( 
       string* modelName
    ) 
    public:
    void SetActiveModel( 
       String^ modelName
    ) 

    Parameters

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