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