ImageGear .NET - Updated July 5, 2018
SetActiveModel(String) Method




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > ImGearDGNPage Class : SetActiveModel(String) Method
Name of Model to set as active.
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)

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

Reference

ImGearDGNPage Class
ImGearDGNPage Members