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


IUavUasBuilderHelper.QueryOrientationFieldIndexes Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IUavUasBuilderHelper.QueryOrientationFieldIndexes Method

Returns the indices of the orientation file.

[Visual Basic .NET]
Public Function QueryOrientationFieldIndexes ( _
    ByVal OrientationFile As String _
) As ILongArray
[C#]
public ILongArray QueryOrientationFieldIndexes (
    string OrientationFile
);
[C++]
HRESULT QueryOrientationFieldIndexes(
  BSTR OrientationFile,
  ILongArray** ppIndices
);
[C++]

Parameters OrientationFile [in] OrientationFile is a parameter of type BSTR ppIndices [out, retval]
ppIndices is a parameter of type ILongArray

Product Availability

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

See Also

IUavUasBuilderHelper Interface