This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IN > INetFlag Interface > INetFlag.UserID Property (ArcObjects .NET 10.4 SDK) |
User ID of the network element on which this flag is placed.
[Visual Basic .NET] Public Property UserID As Integer
[C#] public int UserID {get; set;}
[C++]
HRESULT get_UserID(
long* UserID
);
[C++]
HRESULT put_UserID(
long UserID
);
[C++]
Parameters UserID [out, retval] UserID is a parameter of type long UserID [in] UserID is a parameter of type long
The UserID must be a positive integer.