|
IAssemblyModel::ActivateUcs
Description
This method allows you to get a current active UCS and set another UCS as active.
Syntax
Property get:
ActiveUcs = ActivateUcs( );
Return: (ICimEntity) ActiveUcs |
Current active UCS entity. |
Property set:
ActivateUcs( UcsToActivate );
Return: (ICimEntity) UcsToActivate |
A UCS entity to activate. |
|