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


IEnumSplitPoint.OldM Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnumSplitPoint Interface > IEnumSplitPoint.OldM Property
ArcGIS Developer Help

IEnumSplitPoint.OldM Property

The original M value at the current split location before the split happened.

[Visual Basic .NET]
Public ReadOnly Property OldM As Double
[C#]
public double OldM {get;}
[C++]
HRESULT get_OldM(
  System.Double* OldM
);
[C++]
Parameters
OldM [out, retval]

OldM is a parameter of type double*

Product Availability

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

See Also

IEnumSplitPoint Interface