ActivateView Method (IViewTile) Send Feedback
See Also 
Name
Name of model view to activate for this ViewTile
Activates the model view with the specified name for this ViewTile.

Syntax

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

Parameters

Name
Name of model view to activate for this ViewTile
 

See Also

Availability

DraftSight V1R6.0