ArcObjects Library Reference (NetworkAnalysis)  

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,
  IEnumEIDInfo** enumInfo
);
[C++]

Parameters

netEIDs [in]

  netEIDs is a parameter of type IEnumNetEID

enumInfo [out, retval]

  enumInfo is a parameter of type IEnumEIDInfo

Product Availability

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

See Also

IEIDHelper Interface