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


IMSegmentation4.GetMsAtDistance3D Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

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,
  VARIANT* ms
);
[C++]

Parameters distance distance is a parameter of type double asRatio asRatio is a parameter of type VARIANT_BOOL ms [out, retval] ms is a parameter of type VARIANT

Product Availability

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

See Also

IMSegmentation4 Interface