This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IF > IFlagDisplay Interface > IFlagDisplay.ClientFID Property (ArcObjects .NET 10.4 SDK) |
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