ArcObjects Library Reference (Geometry)  

IEnvelopeGEN.Offset Method

Moves the sides x units horizontally and y units vertically.

[Visual Basic .NET]
Public Sub Offset ( _
    ByVal X As Double, _
    ByVal Y As Double _
)
[C#]
public void Offset (
    double X,
    double Y
);
[C++]
HRESULT Offset(
  double X,
  double Y
);
[C++]

Parameters

X   X is a parameter of type double Y   Y is a parameter of type double

Product Availability

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

Description

refer to the Offset method of IEnvelope

See Also

IEnvelopeGEN Interface