ArcObjects Library Reference (NetworkAnalysis)  

INetFlag.UserID Property

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

Product Availability

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

Remarks

The UserID must be a positive integer.

See Also

INetFlag Interface