Returns the visible scale for the specified layer.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As MapFunctionality
Dim layerID As String
Dim minScale As Double
Dim maxScale As Double
instance.GetVisibleScale(layerID, minScale, maxScale) |
Parameters
- layerID
- The ID of the layer to check scale visibility for.
- minScale
- The minimum scale at which the layer is visible, or double.NAN if there is no minimum visible scale.
- maxScale
- The maximum scale at which the layer is visible, or double.NAN if there is no maximum scale.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also