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


IEnumNetEIDBuilderGEN.Add Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IEnumNetEIDBuilderGEN.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

IEnumNetEIDBuilderGEN Interface