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


IOffsetInteraction.Offset 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.Offset Property
ArcGIS Developer Help

IOffsetInteraction.Offset Property

Current offset expressed in points.

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

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

Product Availability

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

See Also

IOffsetInteraction Interface