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


IEIDHelper.CreateEnumEIDInfo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IE > IEIDHelper Interface > IEIDHelper.CreateEnumEIDInfo Method
ArcGIS Developer Help

IEIDHelper.CreateEnumEIDInfo Method

Creates an enumeration of EIDInfo objects based on the specified EIDs and parameters on this EIDHelper object.

[Visual Basic .NET]
Public Function CreateEnumEIDInfo ( _
    ByVal netEIDs As IEnumNetEID _
) As IEnumEIDInfo
[C#]
public IEnumEIDInfo CreateEnumEIDInfo (
    IEnumNetEID netEIDs
);
[C++]
HRESULT CreateEnumEIDInfo(
  IEnumNetEID* netEIDs
);
[C++]
Parameters
netEIDs [in]

netEIDs is a parameter of type IEnumNetEID*

Product Availability

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

See Also

IEIDHelper Interface