ArcObjects Library Reference  (NetworkAnalysis)    

IFlagDisplay.SubID Property

Sub ID of the network element on which the flag is placed.

[Visual Basic 6.0]
Property SubID As Long
[Visual Basic .NET]
Public Property SubID As Integer
[C#]
public int SubID {get; set;}
[Java]
public int getSubID()
throws
    IOException,
    AutomationException
[Java]
public void setSubID(
Long SubID
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_SubID(
  long* SubID
);
[C++]
HRESULT put_SubID(
  long SubID

);

[C++]

Parameters

SubID [out, retval]

  SubID is a parameter of type long

SubID [in]

  SubID is a parameter of type long

Product Availability

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

See Also

IFlagDisplay Interface

 


Feedback Send feedback on this page