ArcObjects Library Reference (GeoDatabase)  

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,
  long* 
);
[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