RoutingFaceConnectivityDetectionResult interface
Signature:
interface RoutingFaceConnectivityDetectionResult
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
IDPCommon.DB.Types.ElementId[] | 走线检测失败的一组组走线 | ||
IDPCommon.DB.Types.ElementId[] | (Optional) 此次走线检测时,请求的数据 | ||
'success' | 'failed' | 'abort' | 走线检测的整体结果,是否程序出现异常 success: 表示全部检测,程序无异常 failed: 表示程序运行失败 abort: 撤销恢复快速点击中产生的多个检测请求,非最后一次会被取消 | ||
IDPCommon.DB.Types.ElementId[] | 走线检测成功的一线组走线 |