This document is archived and information here might be outdated.  Recommended version.


IUavUasBuilder.EstimatedFlightHeight Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IU > IUavUasBuilder Interface > IUavUasBuilder.EstimatedFlightHeight Property
ArcGIS Developer Help

IUavUasBuilder.EstimatedFlightHeight Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IUavUasBuilder Interface