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


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

IMSegmentation4.GetPointsAtM3D Method

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

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

M is a parameter of type double Offset [in]
Offset is a parameter of type IVector3D*

Product Availability

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

See Also

IMSegmentation4 Interface