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


IBasicMapIdentifyObject.BasicMap Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBasicMapIdentifyObject Interface > IBasicMapIdentifyObject.BasicMap Property
ArcGIS Developer Help

IBasicMapIdentifyObject.BasicMap Property

The basic map into an identify object.

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

is a parameter of type IBasicMap*

Product Availability

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

See Also

IBasicMapIdentifyObject Interface