Click or drag to resize

CentralBodyObstructionConstraint.ConstrainedLinkEnd Property

Gets or sets the end of the link to which this constraint applies.

Namespace:  AGI.Foundation.Access.Constraints
Assembly:  AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public LinkRole ConstrainedLinkEnd { get; set; }

Property Value

Type: LinkRole

Implements

ILinkConstraint.ConstrainedLinkEnd
Remarks
This property can be ignored, as a CentralBodyObstructionConstraint applies to the link as a whole, not any particular object.
See Also