| | |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 更新业务标注引线标签 |
| | | /// </summary> |
| | | public async Task UpdateLogicMarkLeadLabel(LogicMarkLeadLabel obj) |
| | | { |
| | | if (!_isViewInitialized) |
| | | { |
| | | return; |
| | | } |
| | | await this.webViewControl1.EvaluateScriptAsync("updateLogicMarkLeadLabel", obj); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 更新业务标注引线标签 |
| | | /// </summary> |
| | | public async Task UpdateLogicMarkLeadLabels(List<LogicMarkLeadLabel> obj) |
| | | { |
| | | if (!_isViewInitialized) |
| | | { |
| | | return; |
| | | } |
| | | await this.webViewControl1.EvaluateScriptAsync("updateLogicMarkLeadLabels", obj); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 清除业务标注引线标签 |
| | | /// </summary> |
| | | public async Task ClearLogicMarkLeadLabels() |
| | |
| | | /// <summary> |
| | | /// 设置业务监测点 |
| | | /// </summary> |
| | | public async Task SetLogicMonitors(List<LogicMonitor> obj) |
| | | public async Task SetLogicMonitors(List<LogicMonitorMarker> obj) |
| | | { |
| | | if (!_isViewInitialized) |
| | | { |