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


IUavUasBuilderHelper.QueryOrientationFieldIndexes Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IU > IUavUasBuilderHelper Interface > IUavUasBuilderHelper.QueryOrientationFieldIndexes Method
ArcGIS Developer Help

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
);
[C++]
Parameters
OrientationFile [in]

OrientationFile is a parameter of type BSTR

Product Availability

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

See Also

IUavUasBuilderHelper Interface