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


IAISRequest.GeoImageDescription Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IAISRequest.GeoImageDescription Property

The request image description.

[Visual Basic .NET]
Public Property GeoImageDescription As IGeoImageDescription
[C#]
public IGeoImageDescription GeoImageDescription {get; set;}
[C++]
HRESULT get_GeoImageDescription(
  IGeoImageDescription** ppImageDescription
);
[C++]
HRESULT putref_GeoImageDescription(
  IGeoImageDescription* ppImageDescription
);
[C++]

Parameters ppImageDescription [out, retval]
ppImageDescription is a parameter of type IGeoImageDescription ppImageDescription [in]
ppImageDescription is a parameter of type IGeoImageDescription

Product Availability

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

See Also

IAISRequest Interface