ArcObjects Library Reference  (Geometry)    

IEnvelope.OffsetM Method

Moves the sides m units.

[Visual Basic 6.0]
Sub OffsetM(
    ByVal M As Double _
)
[Visual Basic .NET]
Public Sub OffsetM ( _
    ByVal M As Double _
)
[C#]
public void OffsetM (
    double M
);
[Java]
public void offsetM (
    double M
)
throws
    IOException,
    AutomationException
[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

OffsetM shifts the M values for the Envelope.  None of the other properties are changed.

Remarks

new MMin = old MMin + M
new MMax = old MMax + M

See Also

IEnvelope Interface

 


Feedback Send feedback on this page