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


IMapIdentifyObject.Map Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapIdentifyObject Interface > IMapIdentifyObject.Map Property
ArcGIS Developer Help

IMapIdentifyObject.Map Property

The map into an identify object.

[Visual Basic .NET]
Public WriteOnly Property Map
[C#]
public void Map {set;}
[C++]
HRESULT putref_Map(
  IMap* 
);
[C++]
Parameters
 [in]

is a parameter of type IMap*

Product Availability

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

See Also

IMapIdentifyObject Interface