ArcObjects Library Reference (Geometry)  

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(
  long* 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