AGI STK Astrogator 11 Send comments on this topic.
DownRangeDist Property (IAgVABurnoutLaunchAzRadius)
See Also 
Windows






Windows & Linux

Description

The downrange distance of the spacecraft from launch at burnout. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DownRangeDist() As Double

[C#]
public double DownRangeDist {get; set;}

[Managed C++]
public: __property double get_DownRangeDist();
public: __property void set_DownRangeDist(
double
);

[Unmanaged C++]
public: HRESULT get_DownRangeDist(
double * pRetVal
);
public: HRESULT put_DownRangeDist(
double NewDownRangeDist
);

[Java]
public double getDownRangeDist();public void setDownRangeDist(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface