This document is archived and information here might be outdated. Recommended version. |
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**
Provides access to an IFeatureClass object that contains joined fields if present on the layer.