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


INetElementDescription.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 > INetElementDescription Interface > INetElementDescription.UserClassID Property
ArcGIS Developer Help

INetElementDescription.UserClassID Property

User class ID for the element described by this NetElementDescription object.

[Visual Basic .NET]
Public ReadOnly Property UserClassID As Integer
[C#]
public int UserClassID {get;}
[C++]
HRESULT get_UserClassID(
  System.Int32* elementclassUserID
);
[C++]
Parameters
elementclassUserID [out, retval]

elementclassUserID is a parameter of type long*

Product Availability

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

Remarks

UserClassID returns the object class ID of the element.  Use INetElementDescriptionEdit to update the value.

 

See Also

INetElementDescription Interface