This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IE > IEIDHelper Interface > IEIDHelper.CreateEnumEIDInfo Method (ArcObjects .NET 10.5 SDK) |
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