ArcObjects Library Reference (DefenseSolutions)  

IFeatureGraphicSet.FindEnabled Property

Indicates whether the system should take the time to perform graphic searches of its own.

[Visual Basic .NET]
Public Property FindEnabled As Boolean
[C#]
public bool FindEnabled {get; set;}
[C++]
HRESULT get_FindEnabled(
  VARIANT_BOOL* Enabled
);
[C++]
HRESULT put_FindEnabled(
  VARIANT_BOOL Enabled
);
[C++]

Parameters

Enabled [out, retval]   Enabled is a parameter of type VARIANT_BOOL Enabled [in]   Enabled is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IFeatureGraphicSet Interface