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


IEnumGeometryBind.OutputFilter Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IEnumGeometryBind.OutputFilter Property

The query filter that was used to bind the geometry source.

[Visual Basic .NET]
Public Sub OutputFilter ( _
    ByRef OutputFilter As IQueryFilter _
)
[C#]
public void OutputFilter (
    ref IQueryFilter OutputFilter
);
[C++]
HRESULT get_OutputFilter(
  IQueryFilter** OutputFilter
);
[C++]

Parameters OutputFilter
OutputFilter is a parameter of type IQueryFilter

Product Availability

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

See Also

IEnumGeometryBind Interface