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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1