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





Windows & Linux

Description

Gets or sets the duration stop condition.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StopAfterDuration() As Double
[C#]
public double StopAfterDuration {get; set;}
[Managed C++]
public: __property double get_StopAfterDuration();
public: __property void set_StopAfterDuration( double );
[Unmanaged C++]
public: HRESULT get_StopAfterDuration(
    double * pVal
);
public: HRESULT put_StopAfterDuration(
    double newVal
);
[Java]
public double getStopAfterDuration();
public void setStopAfterDuration(
    double
);
[Python - STK API ]
@property
def StopAfterDuration(self) -> float:

@StopAfterDuration.setter
def StopAfterDuration(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.