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.2.419.0 (24.2.419.0)
Syntax public LinkRole DirectionOfDelay { get; set; }
Public Property DirectionOfDelay As LinkRole
Get
Set
public:
property LinkRole DirectionOfDelay {
LinkRole get ();
void set (LinkRole value);
}
member DirectionOfDelay : LinkRole with get, set
Property Value
Type:
LinkRoleSee Also