ITileMatrixValidateRowCol 方法 |
验证行列是否有效
命名空间:
GISShare.SMap.WPF.Layer
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法bool ValidateRowCol(
int iRow,
int iCol
)
Function ValidateRowCol (
iRow As Integer,
iCol As Integer
) As Boolean
bool ValidateRowCol(
int iRow,
int iCol
)
abstract ValidateRowCol :
iRow : int *
iCol : int -> bool
参数
- iRow
- 类型: SystemInt32
行 - iCol
- 类型: SystemInt32
列
返回值
类型:
Boolean有效返回true
参见