STK AviatorSend comments on this topic.
SetCPA Method (IAgAvtrBasicManeuverStrategyRendezvous)
See Also
Enable
CPA
Windows





Windows & Linux

Description

Set whether to enable collision avoidance and the corresponding minimum distance between this aircraft and the target aircraft.

Syntax

[Visual Basic .NET]
Public Sub SetCPA( _
    ByVal Enable As Boolean, _
    ByVal CPA As Double _
)
[C#]
public void SetCPA(
    bool Enable,
    double CPA
);
[Managed C++]
public: void SetCPA(
    bool Enable,
    double CPA
);
[Unmanaged C++]
public: HRESULT SetCPA(
    VARIANT_BOOL Enable,
    double CPA
);
[Java]
public void setCPA(
    bool Enable,
    double CPA
);
[Python - STK API ]
def SetCPA(self, Enable:bool, CPA:float) -> None:

Parameters

Enable
CPA

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.