This document is archived and information here might be outdated. Recommended version. |
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*