Checks whether the ShapeFile will be visible if rendered at given zoom level, as determined by the
ShapeFile RenderSettings
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function IsVisibleAtZoomLevel ( _ zoom As Single _ ) As Boolean |
| C# |
|---|
public bool IsVisibleAtZoomLevel( float zoom ) |
| Visual C++ |
|---|
public: bool IsVisibleAtZoomLevel( float zoom ) |
Parameters
- zoom
- Type: System..::.Single