BasicLaunchSegmentConfigurationLaunchState Property |
Gets the launch state. This needs to include a launch date and a launch motion whose ID matches the ID set on the segment.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ITimeBasedState LaunchState { get; }
Public ReadOnly Property LaunchState As ITimeBasedState
Get
public:
property ITimeBasedState^ LaunchState {
ITimeBasedState^ get ();
}
member LaunchState : ITimeBasedState with get
Property Value
Type:
ITimeBasedStateSee Also