Checks whether the ShapeFile will be visible if rendered at given zoom level, as determined by the ShapeFile RenderSettings

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
Public Function IsVisibleAtZoomLevel ( _
	zoom As Single _
) As Boolean
C#
public bool IsVisibleAtZoomLevel(
	float zoom
)
Visual C++
public:
bool IsVisibleAtZoomLevel(
	float zoom
)
JavaScript
function isVisibleAtZoomLevel(zoom);

Parameters

zoom
Type: System..::..Single

Return Value

See Also