ArcObjects Library Reference (NetworkAnalysis)  

IFlagDisplay.ClientFID Property

User-specified feature ID of the flag.

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

Parameters

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

Product Availability

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

Remarks

Use the ClientFID 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