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


IGeoFeatureLayer.DisplayFeatureClass Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGeoFeatureLayer Interface > IGeoFeatureLayer.DisplayFeatureClass Property
ArcGIS Developer Help

IGeoFeatureLayer.DisplayFeatureClass Property

Feature class used for display operations (may include joined fields).

[Visual Basic .NET]
Public ReadOnly Property DisplayFeatureClass As IFeatureClass
[C#]
public IFeatureClass DisplayFeatureClass {get;}
[C++]
HRESULT get_DisplayFeatureClass(
  IFeatureClass** fclass
);
[C++]
Parameters
fclass [out, retval]

fclass is a parameter of type IFeatureClass**

Product Availability

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

Description

Provides access to an IFeatureClass object that contains joined fields if present on the layer.

See Also

IGeoFeatureLayer Interface