ArcObjects Library Reference (GeoDatabase)  

ITransformGroup.Add Method

Add feature to group.

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

Parameters

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

  Feature is a parameter of type IFeature

Product Availability

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

See Also

ITransformGroup Interface