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


IEnumSplitPoint.QueryOldAttributes Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

IEnumSplitPoint.QueryOldAttributes Method

Returns the original attributes at the current split location before the split happened.

[Visual Basic .NET]
Public Sub QueryOldAttributes ( _
    ByRef oldAttributes As esriPointAttributes _
)
[C#]
public void QueryOldAttributes (
    ref esriPointAttributes oldAttributes
);
[C++]
HRESULT QueryOldAttributes(
  esriPointAttributes* oldAttributes
);
[C++]

Parameters oldAttributes
oldAttributes is a parameter of type esriPointAttributes*

Product Availability

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

See Also

IEnumSplitPoint Interface