Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public abstract LinkRole LinkEnd { get; set; }

Property Value

Type: LinkRole
Remarks
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