Share

IManagedConstraint Interface

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

  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.

Remarks

See Also

Reference

Was this information helpful?