ArcObjects Library Reference (Geometry)  

IEnvelopeGEN.OffsetM Method

Moves the sides m units.

[Visual Basic .NET]
Public Sub OffsetM ( _
    ByVal M As Double _
)
[C#]
public void OffsetM (
    double M
);
[C++]
HRESULT OffsetM(
  double M
);
[C++]

Parameters

M   M is a parameter of type double

Product Availability

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

Description

refer to the OffsetM method of IEnvelope

See Also

IEnvelopeGEN Interface