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


IEnumSplitPoint.OldID Property (ArcObjects .NET 10.5 SDK)
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