Click or drag to resize

ScalarDelayedByLink Properties

The ScalarDelayedByLink type exposes the following members.

Properties
  NameDescription
Public propertyDirectionOfDelay
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.
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyPathForTimeDelay
Gets or sets the path from which to obtain the link delay.
Public propertyScalarToDelay
Gets or sets the scalar which is delayed by the PathForTimeDelay.
Top
See Also