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


IFeatureExportInfoGenerator.LayerFields Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureExportInfoGenerator Interface > IFeatureExportInfoGenerator.LayerFields Property
ArcGIS Developer Help

IFeatureExportInfoGenerator.LayerFields Property

The layer fields.

[Visual Basic .NET]
Public WriteOnly Property LayerFields
[C#]
public void LayerFields {set;}
[C++]
HRESULT putref_LayerFields(
  ILayerFields* 
);
[C++]
Parameters
 [in]

is a parameter of type ILayerFields*

Product Availability

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

See Also

IFeatureExportInfoGenerator Interface