Map.MaximumTotalPointCount Property
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.
Gets or sets the maximum total number of map points in all spatial elements allowed in a map.
public:
property int MaximumTotalPointCount { int get(); void set(int value); };
[System.ComponentModel.DefaultValue(1000000)]
public int MaximumTotalPointCount { get; set; }
[<System.ComponentModel.DefaultValue(1000000)>]
member this.MaximumTotalPointCount : int with get, set
Public Property MaximumTotalPointCount As Integer
Property Value
The maximum total number of map points in all spatial elements allowed in a map.
- Attributes