ActivateModelView Method (IViewManager)
Activates the model view with the specified name.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub ActivateModelView( _
BSTR Name As System.String _
) |
C# | |
---|
void ActivateModelView(
System.string Name
) |
JavaScript | |
---|
ActivateModelView(
Name : System.String
) |
COM native C++ | |
---|
HRESULT ActivateModelView(
const dsString& Name
) |
Parameters
- Name
- Name of model view to activate
Example
See Also
Availability
DraftSight V1R1.4