This document is archived and information here might be outdated. Recommended version. |
The estimated flight height.
[Visual Basic .NET]
Public Property EstimatedFlightHeight As Double
[C#]
public double EstimatedFlightHeight {get; set;}
[C++]
HRESULT get_EstimatedFlightHeight(
double pHeight
);
[C++]
HRESULT put_EstimatedFlightHeight(
System.Double* pHeight
);
[C++] Parameters pHeight [in]
pHeight is a parameter of type double pHeight [out, retval]
pHeight is a parameter of type double*