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


IOffsetInteraction.MapOffset Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IO > IOffsetInteraction Interface > IOffsetInteraction.MapOffset Property
ArcGIS Developer Help

IOffsetInteraction.MapOffset Property

Current offset expressed in map units.

[Visual Basic .NET]
Public Property MapOffset As Double
[C#]
public double MapOffset {get; set;}
[C++]
HRESULT get_MapOffset(
  double MapOffset
);
[C++]
HRESULT put_MapOffset(
  System.Double* MapOffset
);
[C++]
Parameters
MapOffset [in]

MapOffset is a parameter of type double MapOffset [out, retval]
MapOffset is a parameter of type double*

Product Availability

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

See Also

IOffsetInteraction Interface