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


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

IMSegmentation.GetPointsAtM Method

Returns a multipoint geometry corresponding to the locations along the geometry where the specified M occurs.

[Visual Basic .NET]
Public Function GetPointsAtM ( _
    ByVal M As Double, _
    ByVal lateralOffset As Double _
) As IGeometryCollection
[C#]
public IGeometryCollection GetPointsAtM (
    double M,
    double lateralOffset
);
[C++]
HRESULT GetPointsAtM(
  double M,
  double lateralOffset
);
[C++]
Parameters
M 

M is a parameter of type double lateralOffset
lateralOffset is a parameter of type double

Product Availability

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

See Also

IMSegmentation Interface