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


IMSegmentation.SetMsAsDistance Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IMSegmentation.SetMsAsDistance Method

Sets the M values to the cumulative length from the origin of the geometry.

[Visual Basic .NET]
Public Sub SetMsAsDistance ( _
    ByVal asRatio As Boolean _
)
[C#]
public void SetMsAsDistance (
    bool asRatio
);
[C++]
HRESULT SetMsAsDistance(
  VARIANT_BOOL asRatio
);
[C++]

Parameters asRatio asRatio is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMSegmentation Interface | IMSegmentation2.SetMsAsDistance2 Method