获取或设置此图层是否可见。true 表示此图层可见,false 表示图层不可见。
命名空间:
SuperMap.Mapping程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public bool IsVisible { get; set; } |
字段值
默认值为 true。即图层可见。备注
当图层不可见时,其他所有的属性的设置将无效。
C# |
---|
public bool IsVisible { get; set; } |