STK Aviator MATLABSend comments on this topic.
SetStopSlantRange Method (IAgAvtrStrategyMATLAB3DGuidance)
See Also
Enable
Range
Windows





Windows & Linux

Description

Set the option to use the stop slant range stopping condition and set the according value.

Syntax

[Visual Basic .NET]
Public Sub SetStopSlantRange( _
    ByVal Enable As Boolean, _
    ByVal Range As Double _
)
[C#]
public void SetStopSlantRange(
    bool Enable,
    double Range
);
[Managed C++]
public: void SetStopSlantRange(
    bool Enable,
    double Range
);
[Unmanaged C++]
public: HRESULT SetStopSlantRange(
    VARIANT_BOOL Enable,
    double Range
);
[Java]
public void setStopSlantRange(
    bool Enable,
    double Range
);

Parameters

Enable
Range

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.