ArcObjects Library Reference  (NetworkAnalysis)    

INetFlag.UserSubID Property

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

[Visual Basic 6.0]
Property UserSubID As Long
[Visual Basic .NET]
Public Property UserSubID As Integer
[C#]
public int UserSubID {get; set;}
[Java]
public int getUserSubID()
throws
    IOException,
    AutomationException
[Java]
public void setUserSubID(
Long UserSubID
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page