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


IEnumNetEIDBuilder.EIDs Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumNetEIDBuilder Interface > IEnumNetEIDBuilder.EIDs Property
ArcGIS Developer Help

IEnumNetEIDBuilder.EIDs Property

Array of EIDs in this enumeration.

[Visual Basic .NET]
Public Sub set_EIDs ( _
    ByVal Count As Integer, _
    ByRef A_2 As Integer _
)
[C#]
public void set_EIDs (
    int Count,
    ref int A_2
);
[C++]
HRESULT put_EIDs(
  long Count,
  System.Int32* 
);
[C++]
Parameters
Count [in]

Count is a parameter of type long [in]
is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
[C#]

This method is not callable from C#.  Please use IEnumNetEIDBuilderGEN::EIDs.

You can also add EIDs one at a time using the IEnumNetEIDBuilder::Add method.

[Visual Basic .NET]

This method is not callable from VB.NET.  Please use IEnumNetEIDBuilderGEN::EIDs.

You can also add EIDs one at a time using the IEnumNetEIDBuilder::Add method.

See Also

IEnumNetEIDBuilder Interface