ArcObjects Library Reference  (NetworkAnalysis)    

IFlagDisplay.FeatureClassID Property

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

[Visual Basic 6.0]
Property FeatureClassID As Long
[Visual Basic .NET]
Public Property FeatureClassID As Integer
[C#]
public int FeatureClassID {get; set;}
[Java]
public int getFeatureClassID()
throws
    IOException,
    AutomationException
[Java]
public void setFeatureClassID(
Long FeatureClassID
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_FeatureClassID(
  long* fClassID
);
[C++]
HRESULT put_FeatureClassID(
  long fClassID

);

[C++]

Parameters

fClassID [out, retval]

  fClassID is a parameter of type long

fClassID [in]

  fClassID 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