验证列是否有效
命名空间:
GISShare.SMap.WPF.Layer
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public bool ValidateCol(
int iCol
)
Public Function ValidateCol (
iCol As Integer
) As Boolean
public:
virtual bool ValidateCol(
int iCol
) sealed
abstract ValidateCol :
iCol : int -> bool
override ValidateCol :
iCol : int -> bool
参数
- iCol
- 类型: SystemInt32
列
返回值
类型:
Boolean有效返回true
实现
ITileMatrixValidateCol(Int32)
参见