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





Windows & Linux

Description

Gets or sets the number of turns stop condition.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StopAfterTurnCount() As Integer
[C#]
public int StopAfterTurnCount {get; set;}
[Managed C++]
public: __property int get_StopAfterTurnCount();
public: __property void set_StopAfterTurnCount( int );
[Unmanaged C++]
public: HRESULT get_StopAfterTurnCount(
    long * pVal
);
public: HRESULT put_StopAfterTurnCount(
    long newVal
);
[Java]
public int getStopAfterTurnCount();
public void setStopAfterTurnCount(
    int
);
[Python - STK API ]
@property
def StopAfterTurnCount(self) -> int:

@StopAfterTurnCount.setter
def StopAfterTurnCount(self, newVal:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.