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


INetElementClass.UserClassID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetElementClass Interface > INetElementClass.UserClassID Property
ArcGIS Developer Help

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(
  System.Int32* 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