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


IUavUasBuilder.OrientationFile Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IUavUasBuilder.OrientationFile Property

The GPS/orientation file path.

[Visual Basic .NET]
Public Property OrientationFile As String
[C#]
public string OrientationFile {get; set;}
[C++]
HRESULT get_OrientationFile(
  BSTR* pOrientationFile
);
[C++]
HRESULT put_OrientationFile(
  BSTR pOrientationFile
);
[C++]

Parameters pOrientationFile [out, retval] pOrientationFile is a parameter of type BSTR pOrientationFile [in] pOrientationFile is a parameter of type BSTR

Product Availability

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

See Also

IUavUasBuilder Interface