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


IUavUasBuilder.CameraFile Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IU > IUavUasBuilder Interface > IUavUasBuilder.CameraFile Property
ArcGIS Developer Help

IUavUasBuilder.CameraFile Property

The file or folder path.

[Visual Basic .NET]
Public Property CameraFile As String
[C#]
public string CameraFile {get; set;}
[C++]
HRESULT get_CameraFile(
  BSTR pCameraFile
);
[C++]
HRESULT put_CameraFile(
  System.String* pCameraFile
);
[C++]
Parameters
pCameraFile [in]

pCameraFile is a parameter of type BSTR pCameraFile [out, retval]
pCameraFile is a parameter of type BSTR*

Product Availability

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

See Also

IUavUasBuilder Interface