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.IsUavUasFile Method (ArcObjects .NET 10.5 SDK) |
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,
VARIANT_BOOL* IsUavUasFile
);
[C++]
Parameters inputPath [in] inputPath is a parameter of type BSTR IsUavUasFile [out, retval] IsUavUasFile is a parameter of type VARIANT_BOOL