MapRuleDistributionTypes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the distribution types for a map rule.
public enum class MapRuleDistributionTypes
public enum MapRuleDistributionTypes
type MapRuleDistributionTypes =
Public Enum MapRuleDistributionTypes
- Inheritance
-
MapRuleDistributionTypes
Fields
Name | Value | Description |
---|---|---|
Optimal | 0 | The optimal distribution is applied. |
EqualInterval | 1 | The equal-interval distribution is applied. |
EqualDistribution | 2 | The equal distribution is applied. |
Custom | 3 | The user-defined distribution is applied. |