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





Windows & Linux

Description

Gets or sets the range from the target where the aircraft will hold.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RelRange() As Double
[C#]
public double RelRange {get; set;}
[Managed C++]
public: __property double get_RelRange();
public: __property void set_RelRange( double );
[Unmanaged C++]
public: HRESULT get_RelRange(
    double * pVal
);
public: HRESULT put_RelRange(
    double newVal
);
[Java]
public double getRelRange();
public void setRelRange(
    double
);
[Python - STK API ]
@property
def RelRange(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.