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


IImageInset.MapCenter Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageInset Interface > IImageInset.MapCenter Property
ArcGIS Developer Help

IImageInset.MapCenter Property

The map center.

[Visual Basic .NET]
Public Property MapCenter As IPoint
[C#]
public IPoint MapCenter {get; set;}
[C++]
HRESULT get_MapCenter(
  IPoint** pCenter
);
[C++]
HRESULT putref_MapCenter(
  IPoint* pCenter
);
[C++]
Parameters
pCenter [out, retval]

pCenter is a parameter of type IPoint** pCenter [in]
pCenter is a parameter of type IPoint*

Product Availability

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

See Also

IImageInset Interface