Click or drag to resize

IManagedConstraint Interface

Provides properties for a managed assembly constraint.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Public Interface IManagedConstraint

The IManagedConstraint type exposes the following members.

Properties
  NameDescription
Public propertyConstraint
Gets the underlying Inventor API constraint object. (If this returns Nothing, then this constraint is actually an iMateResult. Use the iMateResult property to get that object.)
Public propertyiMateResult
Gets the underlying Inventor API iMateResult object. (If this return Nothing, then this constraint is a simple Constraint. Use the Constraint property to get that object.)
Public propertyIsActive
Gets or sets a value that will be True if the constraint is unsuppressed, and False if it is suppressed.
Top
Remarks
See Also