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


IPartIDAware.DropPartIDs Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IPartIDAware.DropPartIDs Method

Unsets all part ID values without changing awareness. Only works if geometry is aware of part IDs.

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

Product Availability

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

See Also

IPartIDAware Interface