ActivateModelView Method (IViewManager) Send Feedback
See Also  Example
Name
Name of model view to activate
Activates the model view with the specified name.

Syntax

Visual Basic 
Sub ActivateModelView( _
   ByVal Name As System.String _
) 
C# 
void ActivateModelView( 
   System.string Name
)
JavaScript 
ActivateModelView( 
   Name : String
)
COM native C++ 
HRESULT ActivateModelView( 
   BSTR Name
) 
C++ 
DSRESULT ActivateModelView( 
   const dsString& Name
) 

Parameters

Name
Name of model view to activate

Example

 

See Also

Availability

DraftSight V1R1.4