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


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

INetElementDescriptionEdit.UserSubID Property

User sub ID for this NetElementDescription object.

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

is a parameter of type long

Product Availability

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

Remarks

UserSubID allows setting and retrieval of the sub ID of the element within the feature.  Use INetElementDescription for read-only access.

The UserSubID must be a non-negative integer.

See Also

INetElementDescriptionEdit Interface