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


IFeatureExportInfoGenerator.LayerFields Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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