This document is archived and information here might be outdated. Recommended version. |
Returns the network element IDs (EIDs) corresponding to the specified user classID and user ID.
[Visual Basic .NET] Public Function GetEIDs ( _ ByVal UserClassID As Integer, _ ByVal UserID As Integer, _ ByVal ElementType As esriElementType _ ) As IEnumNetEID
[C#] public IEnumNetEID GetEIDs ( int UserClassID, int UserID, esriElementType ElementType );
[C++]
HRESULT GetEIDs(
long UserClassID,
long UserID,
esriElementType ElementType
);
[C++] Parameters UserClassID [in]
UserClassID is a parameter of type long UserID [in]
UserID is a parameter of type long ElementType [in]
ElementType is a parameter of type esriElementType