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