This document is archived and information here might be outdated. Recommended version. |
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*