|
IAssemblyModel::ActiveInstance
Description
This property allows you to get a current active instance in an assembly file and set one of its instances as active.
Syntax
Property get:
AssemblyInstance = ActiveInstance ( );
Return: (IAssInstance) AssemblyInstance
An active instance in assembly file.
Property set:
ActiveInstance( AssemblyInstance );
Input: (IAssInstance) AssemblyInstance
An instance to be activated in assembly file.
|