This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IU > IUavUasBuilder Interface > IUavUasBuilder.EstimatedFlightHeight Property (ArcObjects .NET 10.4 SDK) |
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(
double pHeight
);
[C++]
Parameters pHeight [out, retval] pHeight is a parameter of type double pHeight [in] pHeight is a parameter of type double