Provides properties for a managed assembly constraint.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0
Syntax
VB
Public Interface IManagedConstraint
C#
public interface IManagedConstraint
The IManagedConstraint type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Constraint |
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.)
|
![]() | iMateResult |
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.)
|
![]() | IsActive |
Gets or sets a value that will be True if the constraint is unsuppressed, and False if it is suppressed.
|