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


IEnumSplitPoint.OldID 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.OldID Property
ArcGIS Developer Help

IEnumSplitPoint.OldID Property

The original PointID value at the split location before the split happened.

[Visual Basic .NET]
Public ReadOnly Property OldID As Integer
[C#]
public int OldID {get;}
[C++]
HRESULT get_OldID(
  System.Int32* OldID
);
[C++]
Parameters
OldID [out, retval]

OldID is a parameter of type long*

Product Availability

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

See Also

IEnumSplitPoint Interface