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


IFlagDisplay.SubID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IF > IFlagDisplay Interface > IFlagDisplay.SubID Property
ArcGIS Developer Help

IFlagDisplay.SubID Property

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

[Visual Basic .NET]
Public Property SubID As Integer
[C#]
public int SubID {get; set;}
[C++]
HRESULT get_SubID(
  System.Int32* 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