InitialStateSegment<T>.InitialState 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
null 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic T InitialState { get; set; }
Public Property InitialState As T
Get
Set
public:
property T InitialState {
T get ();
void set (T value);
}
member InitialState : 'T with get, set
Property Value
Type:
T
See Also