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


IUavUasBuilderHelper.IsUavUasFile 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.IsUavUasFile Method
ArcGIS Developer Help

IUavUasBuilderHelper.IsUavUasFile Method

Tells you if a particular file is of UAV/UAS type.

[Visual Basic .NET]
Public Function IsUavUasFile ( _
    ByVal inputPath As String _
) As Boolean
[C#]
public bool IsUavUasFile (
    string inputPath
);
[C++]
HRESULT IsUavUasFile(
  BSTR inputPath
);
[C++]
Parameters
inputPath [in]

inputPath is a parameter of type BSTR

Product Availability

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

See Also

IUavUasBuilderHelper Interface