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


IFlagDisplay.ClientFID 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.ClientFID Property
ArcGIS Developer Help

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(
  System.Int32* 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