Click or drag to resize

SegmentResultsFirstPropagatedState Property

Gets the first state that was propagated by this segment. Often this will be at the same time as the InitialState, but adapted into this segments defined-in objects, but some segments define what their time and state is.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ITimeBasedState FirstPropagatedState { get; }

Property Value

Type: ITimeBasedState
See Also