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


IFieldsEdit.DeleteAllFields Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IFieldsEdit.DeleteAllFields Method

Delete all the fields from the fields collection.

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

Product Availability

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

See Also

IFieldsEdit Interface