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


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

IFlagDisplay.FeatureClassID Property

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

[Visual Basic .NET]
Public Property FeatureClassID As Integer
[C#]
public int FeatureClassID {get; set;}
[C++]
HRESULT get_FeatureClassID(
  System.Int32* 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