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


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

INetElementDescriptionEdit.UserClassID Property

User class ID for this NetElementDescription object.

[Visual Basic .NET]
Public WriteOnly Property UserClassID_2
[C#]
public void UserClassID_2 {set;}
[C++]
HRESULT put_UserClassID(
  long 
);
[C++]
Parameters
 [in]

is a parameter of type long

Product Availability

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

Remarks

UserClassID allows setting and retrieval of the object class ID of the element.  Use INetElementDescription for read-only access.

The UserClassID must be a positive integer.

See Also

INetElementDescriptionEdit Interface