ArcObjects Library Reference (GeoDatabase)  

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(
  long* 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