Description
This property allows you to get and set the active model that the user defines.
Syntax
Property get:
ActiveModel = ActiveModel( );
|
Return: (IModel)) ActiveModel |
Gets the active model that the user defines |
Property set:
ActiveModel (NewVal);
|
Input: (IModel) NewVal |
Sets the active model that the user defines |