STK AviatorSend comments on this topic.
StopConditions Property (IAgAvtrBasicManeuverStrategySmoothAccel)
See Also
Windows





Windows & Linux

Description

Gets or sets the stop condition for the Smooth Accel basic maneuver strategy.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StopConditions() As AgEAvtrSmoothAccelStopConditions
[C#]
public AgEAvtrSmoothAccelStopConditions StopConditions {get; set;}
[Managed C++]
public: __property AgEAvtrSmoothAccelStopConditions get_StopConditions();
public: __property void set_StopConditions( AgEAvtrSmoothAccelStopConditions );
[Unmanaged C++]
public: HRESULT get_StopConditions(
    AgEAvtrSmoothAccelStopConditions * pVal
);
public: HRESULT put_StopConditions(
    AgEAvtrSmoothAccelStopConditions newVal
);
[Java]
public AgEAvtrSmoothAccelStopConditions getStopConditions();
public void setStopConditions(
    AgEAvtrSmoothAccelStopConditions
);
[Python - STK API ]
@property
def StopConditions(self) -> "AgEAvtrSmoothAccelStopConditions":

@StopConditions.setter
def StopConditions(self, newVal:"AgEAvtrSmoothAccelStopConditions") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.