Share

ICadDoc.ActiveModelState Property

Gets and sets the active model state, in a part or assembly that has more than one model state.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0

Syntax

VB

Property ActiveModelState As String
	Get
	Set

C#

string ActiveModelState { get; set; }

Return Value

Type: String
The name of the active model state.

See Also

Reference

Was this information helpful?