STK AviatorSend comments on this topic.
Downrange Property (IAgAvtrBasicManeuverStrategyBezier)
See Also
Windows





Windows & Linux

Description

Gets or sets the ground distance from the beginning of the maneuver.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Downrange() As Double
[C#]
public double Downrange {get; set;}
[Managed C++]
public: __property double get_Downrange();
public: __property void set_Downrange( double );
[Unmanaged C++]
public: HRESULT get_Downrange(
    double * pVal
);
public: HRESULT put_Downrange(
    double newVal
);
[Java]
public double getDownrange();
public void setDownrange(
    double
);
[Python - STK API ]
@property
def Downrange(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.