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


IRepresentation.MapContext Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRepresentation Interface > IRepresentation.MapContext Property
ArcGIS Developer Help

IRepresentation.MapContext Property

Map context in which the representation is defined.

[Visual Basic .NET]
Public ReadOnly Property MapContext As IMapContext
[C#]
public IMapContext MapContext {get;}
[C++]
HRESULT get_MapContext(
  IMapContext** MapContext
);
[C++]
Parameters
MapContext [out, retval]

MapContext is a parameter of type IMapContext**

Product Availability

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

See Also

IRepresentation Interface