Click or drag to resize

SegmentConfiguration.DefaultInitialState Property

Gets or sets the initial state of the segment. Note that this property may not be edited by a SegmentPropagatorVariable.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public virtual ITimeBasedState DefaultInitialState { get; set; }

Property Value

Type: ITimeBasedState
See Also