This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IU > IUavUasBuilderHelper Interface > IUavUasBuilderHelper.QueryOrientationFieldIndexes Method (ArcObjects .NET 10.5 SDK) |
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