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