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


INetFlag.UserSubID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalysis)  

INetFlag.UserSubID Property

User sub ID of the network element on which this flag is placed.

[Visual Basic .NET]
Public Property UserSubID As Integer
[C#]
public int UserSubID {get; set;}
[C++]
HRESULT get_UserSubID(
  long* UserID
);
[C++]
HRESULT put_UserSubID(
  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 UserSubID must be a non-negative integer.

See Also

INetFlag Interface