This document is archived and information here might be outdated. Recommended version. |
Returns the user class ID, user ID, and user sub ID for the specified network element.
[Visual Basic .NET] Public Sub QueryIDs ( _ ByVal EID As Integer, _ ByVal ElementType As esriElementType, _ ByRef UserClassID As Integer, _ ByRef UserID As Integer, _ ByRef UserSubID As Integer _ )
[C#] public void QueryIDs ( int EID, esriElementType ElementType, ref int UserClassID, ref int UserID, ref int UserSubID );
[C++]
HRESULT QueryIDs(
long EID,
esriElementType ElementType,
System.Int32* UserClassID,
System.Int32* UserID,
System.Int32* UserSubID
);
[C++] Parameters EID [in]
EID is a parameter of type long ElementType [in]
ElementType is a parameter of type esriElementType UserClassID [out]
UserClassID is a parameter of type long* UserID [out]
UserID is a parameter of type long* UserSubID [out]
UserSubID is a parameter of type long*