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


IUavUasBuilder.EstimatedFlightHeight Property (ArcObjects .NET 10.5 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(
  double pHeight
);
[C++]

Parameters pHeight [out, retval] pHeight is a parameter of type double pHeight [in] pHeight is a parameter of type double

Product Availability

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

See Also

IUavUasBuilder Interface