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
FilterFilter is a parameter of type IQueryFilter
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.