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


IEnumNetEIDBuilderGEN.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 > IEnumNetEIDBuilderGEN Interface > IEnumNetEIDBuilderGEN.EIDs Property
ArcGIS Developer Help

IEnumNetEIDBuilderGEN.EIDs Property

Array of EIDs in this enumeration.

[Visual Basic .NET]
Public WriteOnly Property EIDs
[C#]
public void EIDs {set;}
[C++]
HRESULT put_EIDs(
  SAFEARRAY(System.Int32)* 
);
[C++]
Parameters
 [in]

is a parameter of type SAFEARRAY(long)*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IEnumNetEIDBuilderGEN Interface