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


IPointIDAware.DropPointIDs Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IPointIDAware Interface > IPointIDAware.DropPointIDs Method
ArcGIS Developer Help

IPointIDAware.DropPointIDs Method

Unsets all PointID values without changing awareness. Only works if geometry is aware of PointIDs.

[Visual Basic .NET]
Public Sub DropPointIDs ( _
)
[C#]
public void DropPointIDs (
);
[C++]
HRESULT DropPointIDs(
void
);

Product Availability

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

Description

Resets all PointID values to there initial value of 0.  PointIDAware does not change.

See Also

IPointIDAware Interface