This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetElementDescription Interface > INetElementDescription.UserSubID Property (ArcObjects .NET 10.4 SDK) |
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
UserSubID returns the index number of the element within the feature. Use INetElementDescriptionEdit to update the value.