Click or drag to resize

InitialStateSegmentConfiguration Constructor (ITimeBasedState)

Initialize a new instance.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public InitialStateSegmentConfiguration(
	ITimeBasedState state
)

Parameters

state
Type: AGI.Foundation.CoordinatesITimeBasedState
The initial state that may be modified by an operator.
See Also