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