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.2.419.0 (24.2.419.0)
Syntax public 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:
TSee Also