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


IEnvelopeGEN.ExpandM Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnvelopeGEN Interface > IEnvelopeGEN.ExpandM Method
ArcGIS Developer Help

IEnvelopeGEN.ExpandM Method

Moves the measure of the sides toward or away from each other.

[Visual Basic .NET]
Public Sub ExpandM ( _
    ByVal dm As Double, _
    ByVal asRatio As Boolean _
)
[C#]
public void ExpandM (
    double dm,
    bool asRatio
);
[C++]
HRESULT ExpandM(
  double dm,
  VARIANT_BOOL asRatio
);
[C++]
Parameters
dm 

dm is a parameter of type double asRatio
asRatio is a parameter of type bool

Product Availability

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

Description

refer to the ExpandM method of IEnvelope

See Also

IEnvelopeGEN Interface