IAssemConstraint.IsActive Property (Object, String) |
True if the constraint in a component occurrence or component document is active (unsuppressed).
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
SyntaxProperty IsActive (
componentOrDocName As Object,
constraintName As String
) As Boolean
Get
Set
bool this[
Object componentOrDocName,
string constraintName
] { get; set; }
Parameters
- componentOrDocName
- Type: System.Object
The component or document name. - constraintName
- Type: System.String
The constraint name.
Property Value
Type:
Boolean
See Also