ArcObjects Library Reference (DefenseSolutions)  

IScaleFilter.IsVisible Method

Tests the specified feature and the specified map scale to determine if the feature should be drawn.

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

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

Parameters

Feature [in]

  Feature is a parameter of type IFeature

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IScaleFilter Interface