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


IFeatureExportInfoGenerator.PrepareExportFilter Method (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.PrepareExportFilter Method
ArcGIS Developer Help

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