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


IAISRequest.GeoImageDescription Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAISRequest Interface > IAISRequest.GeoImageDescription Property
ArcGIS Developer Help

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