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


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

INetElementDescription.UserSubID Property

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

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

UserSubID is a parameter of type long*

Product Availability

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

Remarks

UserSubID returns the index number of the element within the feature.  Use INetElementDescriptionEdit to update the value.

See Also

INetElementDescription Interface