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





Windows & Linux

Description

Gets or sets the course stop condition.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StopCourse() As System.Object
[C#]
public System.Object StopCourse {get; set;}
[Managed C++]
public: __property VARIANT get_StopCourse();
public: __property void set_StopCourse( VARIANT );
[Unmanaged C++]
public: HRESULT get_StopCourse(
    VARIANT * pVal
);
public: HRESULT put_StopCourse(
    VARIANT newVal
);
[Java]
public AgVariant getStopCourse();
public void setStopCourse(
    AgVariant
);
[Python - STK API ]
@property
def StopCourse(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.