STK AviatorSend comments on this topic.
StopCondition Property (IAgAvtrBasicManeuverStrategyStationkeeping)
See Also
Windows





Windows & Linux

Description

Gets or sets the stopping condition for the maneuver.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StopCondition() As AgEAvtrStationkeepingStopCondition
[C#]
public AgEAvtrStationkeepingStopCondition StopCondition {get; set;}
[Managed C++]
public: __property AgEAvtrStationkeepingStopCondition get_StopCondition();
public: __property void set_StopCondition( AgEAvtrStationkeepingStopCondition );
[Unmanaged C++]
public: HRESULT get_StopCondition(
    AgEAvtrStationkeepingStopCondition * pVal
);
public: HRESULT put_StopCondition(
    AgEAvtrStationkeepingStopCondition newVal
);
[Java]
public AgEAvtrStationkeepingStopCondition getStopCondition();
public void setStopCondition(
    AgEAvtrStationkeepingStopCondition
);
[Python - STK API ]
@property
def StopCondition(self) -> "AgEAvtrStationkeepingStopCondition":

@StopCondition.setter
def StopCondition(self, newVal:"AgEAvtrStationkeepingStopCondition") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.