Click or drag to resize

InitialStateSegmentTInitialState Property

Gets or sets the initial state. The returned ephemeris from this segment will be this state unless an TargetedSegmentListOperator in a TargetedSegmentList that has the configuration of this SegmentDefinition. That configuration will be a cloned copy of this state. This may be as long as an initial state is passed in at propagation time.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public T InitialState { get; set; }

Property Value

Type: T
See Also