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