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


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

IMSegmentationInternal.QueryFirstLastM Method

Returns the first and last defined M value for the curve.

[Visual Basic .NET]
Public Sub QueryFirstLastM ( _
    ByRef firstM As Double, _
    ByRef lastM As Double _
)
[C#]
public void QueryFirstLastM (
    ref double firstM,
    ref double lastM
);
[C++]
HRESULT QueryFirstLastM(
  System.Double* firstM,
  System.Double* lastM
);
[C++]
Parameters
firstM [out]

firstM is a parameter of type double* lastM [out]
lastM is a parameter of type double*

Product Availability

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

See Also

IMSegmentationInternal Interface