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


IISATBuilder.PhotoFile 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.PhotoFile Property
ArcGIS Developer Help

IISATBuilder.PhotoFile Property

Path to photo file.

[Visual Basic .NET]
Public Property PhotoFile As String
[C#]
public string PhotoFile {get; set;}
[C++]
HRESULT get_PhotoFile(
  BSTR ppPhFilePath
);
[C++]
HRESULT put_PhotoFile(
  System.String* ppPhFilePath
);
[C++]
Parameters
ppPhFilePath [in]

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

Product Availability

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

See Also

IISATBuilder Interface