This document is archived and information here might be outdated.  Recommended version.


INetElementClass.UserClassID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetElementClass.UserClassID Property

UserClassID of an element class in the logical network.

[Visual Basic .NET]
Public ReadOnly Property UserClassID As Integer
[C#]
public int UserClassID {get;}
[C++]
HRESULT get_UserClassID(
  long* UserClassID
);
[C++]

Parameters UserClassID [out, retval] UserClassID is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Each NetElementClass in a network has a unique identifier called a UserClassID.

See Also

INetElementClass Interface