指定数值的区间类型。

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

语法

C#
public enum RangeType

成员

成员名称描述
BothOpen
开区间。
LeftClosedRightOpened
左闭右开。
LeftOpenedRightClosed
左闭右开。
BothClosed
闭区间。

请参见