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


IFind.FindFields Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IFind.FindFields Property

The attribute fields.

[Visual Basic .NET]
Public ReadOnly Property FindFields As Object
[C#]
public object FindFields {get;}
[C++]
HRESULT get_FindFields(
  VARIANT* Fields
);
[C++]

Parameters Fields [out, retval] Fields is a parameter of type VARIANT

Product Availability

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

See Also

IFind Interface