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


IEnumSplitPoint.QueryOldAttributes Method (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.QueryOldAttributes Method
ArcGIS Developer Help

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