ArcObjects Library Reference (GeoDatabase)  

IEnumNetEIDBuilder.Add Method

Adds an element to this EID enumeration.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal EID As Integer _
)
[C#]
public void Add (
    int EID
);
[C++]
HRESULT Add(
  long EID
);
[C++]

Parameters

EID [in]   EID is a parameter of type long

Product Availability

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

See Also

IEnumNetEIDBuilder Interface