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