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





Windows & Linux

Description

Gets or sets the time stop condition.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StopAfterTime() As System.Object
[C#]
public System.Object StopAfterTime {get; set;}
[Managed C++]
public: __property VARIANT get_StopAfterTime();
public: __property void set_StopAfterTime( VARIANT );
[Unmanaged C++]
public: HRESULT get_StopAfterTime(
    VARIANT * pVal
);
public: HRESULT put_StopAfterTime(
    VARIANT newVal
);
[Java]
public AgVariant getStopAfterTime();
public void setStopAfterTime(
    AgVariant
);
[Python - STK API ]
@property
def StopAfterTime(self) -> typing.Any:

@StopAfterTime.setter
def StopAfterTime(self, newVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.