This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumNetEIDBuilder Interface > IEnumNetEIDBuilder.EIDs Property (ArcObjects .NET 10.4 SDK) |
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
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.
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.