AGI STK Astrogator 11 Send comments on this topic.
ReferenceAltitude Property (IAgVAExponential)
See Also 





Description

The reference altitude. Uses Distance Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_ReferenceAltitude();
public: __property void set_ReferenceAltitude(
double
);

[Unmanaged C++]
public: HRESULT get_ReferenceAltitude(
double * pRetVal
);
public: HRESULT put_ReferenceAltitude(
double NewReferenceAltitude
);

[Java]
public double getReferenceAltitude();public void setReferenceAltitude(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1