Share

IAssemConstraint.IsActive Property (String)

True if the constraint is active (unsuppressed).

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

Syntax

VB

Property IsActive ( 
	constraintName As String
) As Boolean
	Get
	Set

C#

bool this[
	string constraintName
] { get; set; }

Parameters

constraintName
Type: System.String
The constraint name.

Property Value

Type: Boolean

See Also

Reference

Was this information helpful?