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


IFeatureExportInfoGenerator.PrepareExportFilter Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IFeatureExportInfoGenerator.PrepareExportFilter Method

Adds the exported fields to the filter. Needs layer fields.

[Visual Basic .NET]
Public Sub PrepareExportFilter ( _
    ByVal fc As IFeatureClass, _
    ByVal Filter As IQueryFilter _
)
[C#]
public void PrepareExportFilter (
    IFeatureClass fc,
    IQueryFilter Filter
);
[C++]
HRESULT PrepareExportFilter(
  IFeatureClass* fc,
  IQueryFilter* Filter
);
[C++]

Parameters fc [in]
fc is a parameter of type IFeatureClass Filter
Filter is a parameter of type IQueryFilter

Product Availability

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

See Also

IFeatureExportInfoGenerator Interface

.NET Samples

Multivariate renderer (Code Files: MultivariateRenderer)