获取或设置显示水深单位。

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

语法

C#
[DefaultValueAttribute(Unit.Meter)]
public Unit DepthUnit { get; set; }

字段值

默认值为 Unit.Meter

备注

在航海上常用的单位为分米、米和英尺。目前仅支持 Unit.DecimeterUnit.MeterUnit.Foot

请参见