Class RuntimeMapLayer.ScaleRange
Represents a scale range
Inheritance
System.Object
RuntimeMapLayer.ScaleRange
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OSGeo.MapGuide.MaestroAPI.Mapping
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public class ScaleRange
Properties
| Improve this Doc View SourceMaxScale
Gets the max scale.
Declaration
public double MaxScale { get; }
Property Value
Type | Description |
---|---|
System.Double |
MinScale
Gets the min scale.
Declaration
public double MinScale { get; }
Property Value
Type | Description |
---|---|
System.Double |