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


IMSegmentation4.SetMsAsDistance3D Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IM > IMSegmentation4 Interface > IMSegmentation4.SetMsAsDistance3D Method
ArcGIS Developer Help

IMSegmentation4.SetMsAsDistance3D Method

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

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

asRatio is a parameter of type bool

Product Availability

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

See Also

IMSegmentation4 Interface