ArcObjects Library Reference (DefenseSolutions)  

IScaleFilterManager.IsVisible Method

Tests the specified feature and scale against each filter in the set to determine if the feature should be drawn.

ERROR: Syntax information about IScaleFilterManager.IsVisible may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DefenseSolutions.dll

[C++]
HRESULT IsVisible(
  IFeature* Feature,
  double CurrentScale,
  IScaleFilter** Filter,
  VARIANT_BOOL* IsVisible
);
[C++]

Parameters

Feature [in]

  Feature is a parameter of type IFeature

CurrentScale [in]   CurrentScale is a parameter of type double Filter [in, out]

  Filter is a parameter of type IScaleFilter

IsVisible [out, retval]   IsVisible is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IScaleFilterManager Interface