ILinkConstraintConstrainedLinkEnd 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: 24.2.419.0 (24.2.419.0)
Syntax LinkRole 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:
LinkRoleRemarks
Some link constraints may be identical when observed from either end and will ignore this property.
See Also