Click or drag to resize

BasicLaunchSegmentConfiguration Class

The configuration for the BasicLaunchSegment. This element is required to successfully use the basic launch segment.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.SegmentPropagationSegmentConfiguration
    AGI.Foundation.SegmentPropagationBasicLaunchSegmentConfiguration

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class BasicLaunchSegmentConfiguration : SegmentConfiguration

The BasicLaunchSegmentConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodBasicLaunchSegmentConfiguration
Instantiates the configuration with no properties set.
Protected methodBasicLaunchSegmentConfiguration(BasicLaunchSegmentConfiguration, CopyContext)
Initializes a new instance as a copy of an existing instance.
Public methodBasicLaunchSegmentConfiguration(ITimeBasedState, ITimeBasedState)
Instantiates the configuration with the specified burnout and launch states.
Top
Properties
  NameDescription
Public propertyBurnoutState
Gets the burnout state. The motion must contain the ID set on the launch segment.
Public propertyDefaultInitialState
Gets or sets the initial state of the segment. Note that this property may not be edited by a SegmentPropagatorVariable.
(Inherited from SegmentConfiguration.)
Public propertyIsNonNominalRunDifferent
Gets a value indicating whether the associated SegmentPropagator will behave differently if it is being run nominally or not. You should overload this property to return if the specific segment type might behave differently in an unofficial propagation. By default this returns indicating that there is no difference.
(Inherited from SegmentConfiguration.)
Public propertyLaunchState
Gets the launch state. This needs to include a launch date and a launch motion whose ID matches the ID set on the segment.
Public propertyNominalRun
Gets or sets a value indicating whether this segment is being run normally and as such its results should be included as the final results, or if this segment is being run as part of some other operation (commonly this is set to to indicate if the segment is being run in a TargetedSegmentListOperator). By default this is . Override this property when one SegmentConfiguration manages another SegmentConfiguration (as in the case of a SegmentList) and have the overridden setter set the property on all wrapped configuration.
(Inherited from SegmentConfiguration.)
Top
Methods
  NameDescription
Public methodClone
Clones this object using the specified context.
(Overrides SegmentConfigurationClone(CopyContext).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also