CommunicationLinkScalarLinkEnd Property |
Gets or sets a value indicating at which end of the link this scalar is evaluated.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public abstract LinkRole LinkEnd { get; set; }
Public MustOverride Property LinkEnd As LinkRole
Get
Set
public:
virtual property LinkRole LinkEnd {
LinkRole get () abstract;
void set (LinkRole value) abstract;
}
abstract LinkEnd : LinkRole with get, set
Property Value
Type:
LinkRoleRemarks
In most cases a
CommunicationLinkScalar will only be valid when applied
to either a transmitter or a receiver. If that is the case, attempting to set this property
will result in an exception.
See Also