STK AstrogatorSend comments on this topic.
ReferenceAltitude Property (IAgVAExponential)
See Also
Windows





Windows & Linux

Description

Gets or sets 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 * pVal
);
public: HRESULT put_ReferenceAltitude(
    double InVal
);
[Java]
public double getReferenceAltitude();
public void setReferenceAltitude(
    double
);
[Python - STK API ]
@property
def ReferenceAltitude(self) -> float:

@ReferenceAltitude.setter
def ReferenceAltitude(self, InVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.