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


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

IISATBuilder.CameraFile Property

Path to camera file.

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

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

Product Availability

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

See Also

IISATBuilder Interface