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


ITransformGroup.DeleteAllInClass Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITransformGroup Interface > ITransformGroup.DeleteAllInClass Method
ArcGIS Developer Help

ITransformGroup.DeleteAllInClass Method

Delete all features with ClassID.

[Visual Basic .NET]
Public Sub DeleteAllInClass ( _
    ByVal ClassID As Integer _
)
[C#]
public void DeleteAllInClass (
    int ClassID
);
[C++]
HRESULT DeleteAllInClass(
  long ClassID
);
[C++]
Parameters
ClassID [in]

ClassID is a parameter of type long

Product Availability

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

See Also

ITransformGroup Interface