ArcObjects Library Reference (GeoDatabase)  

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