Click or drag to resize

ScaleSettingsScaleRangeMin Property

The minimum scale in which the WindowlessComponent should be visible

Namespace:  Easymap.AddIn.Common
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
public int ScaleRangeMin { get; set; }

Property Value

Type: Int32
Remarks

Specifies the minimum scale in which the WindowlessComponent should be visible

The default value is 0

A NotSupportedException is thrown if the does not support scale ranges.

This parameter is only valid if the is a child of a Map

See Also