STK AviatorSend comments on this topic.
MinRange Property (IAgAvtrBasicManeuverStrategyRelativeBearing)
See Also
Windows





Windows & Linux

Description

Gets or sets the range from the target at which the aircraft will stop.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MinRange() As Double
[C#]
public double MinRange {get; set;}
[Managed C++]
public: __property double get_MinRange();
public: __property void set_MinRange( double );
[Unmanaged C++]
public: HRESULT get_MinRange(
    double * pVal
);
public: HRESULT put_MinRange(
    double newVal
);
[Java]
public double getMinRange();
public void setMinRange(
    double
);
[Python - STK API ]
@property
def MinRange(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.