ArcObjects Library Reference (NetworkAnalysis)  

IFlagDisplay.ClientClassID Property

User-specified client class ID of this flag.

[Visual Basic .NET]
Public Property ClientClassID As Integer
[C#]
public int ClientClassID {get; set;}
[C++]
HRESULT get_ClientClassID(
  long* ClientClassID
);
[C++]
HRESULT put_ClientClassID(
  long ClientClassID
);
[C++]

Parameters

ClientClassID [out, retval]   ClientClassID is a parameter of type long ClientClassID [in]   ClientClassID is a parameter of type long

Product Availability

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

Remarks

Use the ClientClassID property if you want to associate flags with features that do not participate in the network. For example, if you wanted to create flags from a point feature class that did not participate in the network, you could create a flag object for each feature in the feature class, and assign the feature class ID and feature ID from the original feature class to each flag you create.

See Also

IFlagDisplay Interface