This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITransformGroup Interface > ITransformGroup.Add Method (ArcObjects .NET 10.4 SDK) |
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