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


IISATBuilder.PhotoFile Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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