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


INetElementDescriptionEdit.UserID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetElementDescriptionEdit Interface > INetElementDescriptionEdit.UserID Property
ArcGIS Developer Help

INetElementDescriptionEdit.UserID Property

User ID for this NetElementDescription object.

[Visual Basic .NET]
Public WriteOnly Property UserID_2
[C#]
public void UserID_2 {set;}
[C++]
HRESULT put_UserID(
  long 
);
[C++]
Parameters
 [in]

is a parameter of type long

Product Availability

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

Remarks

UserID allows setting and retrieval of the object ID (OID) of the element.  Use INetElementDescription for read-only access.

The UserID must be a positive integer.

See Also

INetElementDescriptionEdit Interface