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(
  BSTR ppPhFilePath
);
[C++]

Parameters

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

Product Availability

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

See Also

IISATBuilder Interface