Previous Topic: PropertiesNext Topic: ActiveWindow


Active

Gets or sets whether model is active.

Syntax

object.Active [=boolean]

Parameters

object

An expression that evaluates to a model object.

boolean

A Boolean that sets the state of the model. Possible values are:

Return Values

The Active property returns one of the following values:

Remarks

The Active property has the Boolean type.

Since the Toolset only allows one model to be opened at any time, this function is useful. However, it does allow for future changes. The current implementation will never deactivate a model and the return value will always be True.