Click or drag to resize

IManagedConstraint Properties

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
See Also