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


IUavUasBuilder.EstimatedFlightHeight Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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