获取或设置最大几何对象可见节点数,如果几何对象的节点数超过指定的个数,则该几何对象不被显示。

命名空间:  SuperMap.Mapping
程序集:  SuperMap.Mapping (in SuperMap.Mapping)
版本: dll

语法

C#
[DefaultValueAttribute()]
public int MaxVisibleVertex { get; set; }

字段值

默认值为36000,即几何对象的节点个数超过36000的时候将不被显示。

请参见