Interface IScaleRangeInfo
Represents a scale range of a layer
Namespace: OSGeo.MapGuide.ObjectModels.RuntimeMap
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IScaleRangeInfo
Properties
| Improve this Doc View SourceFeatureStyle
Gets the feature styles for this scale range
Declaration
IFeatureStyleInfoCollection FeatureStyle { get; }
Property Value
Type | Description |
---|---|
IFeatureStyleInfoCollection |
MaxScale
Gets the maximum scale this scale range is applicable for
Declaration
double MaxScale { get; }
Property Value
Type | Description |
---|---|
System.Double |
MinScale
Gets the minimum scale this scale range is applicable for
Declaration
double MinScale { get; }
Property Value
Type | Description |
---|---|
System.Double |