ILinkConstraint.ConstrainedLinkEnd Property |
Gets or sets the end of the link to which this constraint applies. Usually this corresponds to the
end of the link that is observing the relationship between the objects for the purpose of the constraint
computation.
Namespace:
AGI.Foundation.Access
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
SyntaxLinkRole ConstrainedLinkEnd { get; set; }
Property ConstrainedLinkEnd As LinkRole
Get
Set
property LinkRole ConstrainedLinkEnd {
LinkRole get ();
void set (LinkRole value);
}
abstract ConstrainedLinkEnd : LinkRole with get, set
Property Value
Type:
LinkRole
Remarks
Some link constraints may be identical when observed from either end and will ignore this property.
See Also