Gets or sets the active model state of a component occurrence.
If the component has no model state this will return an empty string.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0
Syntax
VB
Property ActiveModelState ( componentName As Object ) As String Get Set
C#
string this[ Object componentName ] { get; set; }
Parameters
- componentName
- Type: System.Object
Return Value
Type: StringThe name of the active model state.