|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnvelopeGEN Interface > IEnvelopeGEN.OffsetM Method (ArcObjects .NET 10.4 SDK) | 
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
refer to the OffsetM method of IEnvelope