ScalarDelayedByLink.PathForTimeDelay Property |
Gets or sets the path from which to obtain the link delay.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic LinkPath PathForTimeDelay { get; set; }
Public Property PathForTimeDelay As LinkPath
Get
Set
public:
property LinkPath^ PathForTimeDelay {
LinkPath^ get ();
void set (LinkPath^ value);
}
member PathForTimeDelay : LinkPath with get, set
Property Value
Type:
LinkPath
See Also