You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
# StaticBlockWells
|
|
|
|
|
|
|
|
|
|
|
|
## 定义
|
|
|
|
|
|
|
|
|
|
|
|
区域内井位统计.
|
|
|
|
|
|
|
|
|
|
|
|
```CSharp
|
|
|
|
|
|
public string StaticBlockWells(string blockLine)
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## 请求参数
|
|
|
|
|
|
|
|
|
|
|
|
| 参数 | 类型 | 约束 | 说明 |
|
|
|
|
|
|
| - | - | - | - |
|
|
|
|
|
|
| blockLine | string | | The block line. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## 返回
|
|
|
|
|
|
|
|
|
|
|
|
类型: string
|
|
|
|
|
|
井位数据,Xml格式:序号,名称,图层,X,Y,Z,Position
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## 请求示例
|
|
|
|
|
|
|
|
|
|
|
|
## 错误处理
|
|
|
|
|
|
|
|
|
|
|
|
## 注意事项
|
|
|
|
|
|
|