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


ITransformGroup.Delete Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITransformGroup.Delete Method

Delete feature from group.

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

Parameters ClassID [in] ClassID is a parameter of type long OID [in] OID is a parameter of type long

Product Availability

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

See Also

ITransformGroup Interface