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.2.419.0 (24.2.419.0)
Syntax public ITimeBasedState FirstPropagatedState { get; }
Public ReadOnly Property FirstPropagatedState As ITimeBasedState
Get
public:
property ITimeBasedState^ FirstPropagatedState {
ITimeBasedState^ get ();
}
member FirstPropagatedState : ITimeBasedState with get
Property Value
Type:
ITimeBasedStateSee Also