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


IMSegmentation4.GetMsAtDistance3D 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.GetMsAtDistance3D Method
ArcGIS Developer Help

IMSegmentation4.GetMsAtDistance3D Method

Returns M values at the 3D distance along the geometry. An array of one or two Ms is returned. Two Ms can be returned if the given distance is exactly at the beginning or ending of a part.

[Visual Basic .NET]
Public Function GetMsAtDistance3D ( _
    ByVal distance As Double, _
    ByVal asRatio As Boolean _
) As Object
[C#]
public object GetMsAtDistance3D (
    double distance,
    bool asRatio
);
[C++]
HRESULT GetMsAtDistance3D(
  double distance,
  VARIANT_BOOL asRatio
);
[C++]
Parameters
distance 

distance 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.

See Also

IMSegmentation4 Interface