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


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

IFlagDisplay.FID Property

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

[Visual Basic .NET]
Public Property FID As Integer
[C#]
public int FID {get; set;}
[C++]
HRESULT get_FID(
  System.Int32* FID
);
[C++]
HRESULT put_FID(
  long FID
);
[C++]
Parameters
FID [out, retval]

FID is a parameter of type long* FID [in]
FID is a parameter of type long

Product Availability

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

See Also

IFlagDisplay Interface