SeedFiniteManeuverOperator Constructor (SwitchableSegment, String) |
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SeedFiniteManeuverOperator(
SwitchableSegment switchableManeuverSegment,
string propagationElement
)
Public Sub New (
switchableManeuverSegment As SwitchableSegment,
propagationElement As String
)
public:
SeedFiniteManeuverOperator(
SwitchableSegment^ switchableManeuverSegment,
String^ propagationElement
)
new :
switchableManeuverSegment : SwitchableSegment *
propagationElement : string -> SeedFiniteManeuverOperator
Parameters
- switchableManeuverSegment
- Type: AGI.Foundation.SegmentPropagationSwitchableSegment
The SwitchableSegment that contains both maneuver segments. - propagationElement
- Type: SystemString
The name of the propagation element that is performing the maneuver.
See Also