ArcObjects Library Reference (GeoDatabase)  

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