StoppablePropagatorDefinition.Direction Property |
Gets a value that will, at run time, report the current direction of propagation of the
StoppablePropagator.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ValueDefinition<IntegrationSense> Direction { get; }
Public ReadOnly Property Direction As ValueDefinition(Of IntegrationSense)
Get
public:
property ValueDefinition<IntegrationSense>^ Direction {
ValueDefinition<IntegrationSense>^ get ();
}
member Direction : ValueDefinition<IntegrationSense> with get
Property Value
Type:
ValueDefinition<IntegrationSense>
See Also