This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetElementDescriptionEdit Interface > INetElementDescriptionEdit.UserSubID Property (ArcObjects .NET 10.5 SDK) |
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
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.