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


IEnumNetEIDBuilderGEN.Add Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumNetEIDBuilderGEN Interface > IEnumNetEIDBuilderGEN.Add Method
ArcGIS Developer Help

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