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


IPointIDAware.DropPointIDs Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

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