获取或设置是否显示其他等深线标注,即安全水深线标注以外的标注。该值为 true 表示显示,false 表示不显示。

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

语法

C#
[DefaultValueAttribute(false)]
public bool DisplayOtherContourLabel { get; set; }

字段值

默认值为 false。

备注

当将显示模式设置为 DisplayModeChart.Other 时,该属性才有效。

请参见