ArcObjects Library Reference  (NetworkAnalysis)    

IFlagDisplay.FID Property

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

[Visual Basic 6.0]
Property FID As Long
[Visual Basic .NET]
Public Property FID As Integer
[C#]
public int FID {get; set;}
[Java]
public int getFID()
throws
    IOException,
    AutomationException
[Java]
public void setFID(
Long FID
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_FID(
  long* 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

 


Feedback Send feedback on this page