Click or drag to resize

ScalarDelayedByLinkDirectionOfDelay Property

Gets or sets an enumeration indicating the direction of the delay to apply to ScalarToDelay. If the direction is receiving, the ScalarToDelay will be evaluated at a time prior to this scalar, representing the offset to the time of transmission. If the role is transmitting, the ScalarToDelay will be evaluated at a time after this scalar, representing the offset to the time of reception. By default, the value is: receiving.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public LinkRole DirectionOfDelay { get; set; }

Property Value

Type: LinkRole
See Also