Map.MaximumTotalPointCount 属性

定义

获取或设置地图中允许的所有空间元素中地图点的最大总数。

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

属性值

Int32

地图中允许的所有空间元素中地图点的最大总数。

属性

适用于