Share

IManagedConstraint.Constraint Property

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.)

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

Syntax

VB

ReadOnly Property Constraint As AssemblyConstraint
	Get

C#

AssemblyConstraint Constraint { get; }

Property Value

Type: AssemblyConstraint

See Also

Reference

Was this information helpful?