金蝶PLM CAD 集成


通知客户端属性修改结果

<p>[TOC]</p> <h4>请求</h4> <h5>请求命令 CadCommand</h5> <ul> <li><code>ExecutRet_ModifyDocContent 201</code></li> </ul> <h5>请求方式</h5> <ul> <li><code>IPCClient.Instance.SendMessage</code></li> </ul> <h5>请求参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必填</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">isSuccess</td> <td style="text-align: left;">是</td> <td style="text-align: left;">bool</td> <td>插件反写属性是否成功</td> </tr> <tr> <td style="text-align: left;">message</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>插件反写属性结果提醒消息</td> </tr> <tr> <td style="text-align: left;">callBackData</td> <td style="text-align: left;">否</td> <td style="text-align: left;"><a href="#callback_object">callback_object</a></td> <td>客户端回调插件时,携带的callBackData,原样传入即可</td> </tr> </tbody> </table> <p><strong>&lt;span id = &quot;callback_object&quot;&gt;callback_object&lt;/span&gt; 参数</strong></p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必填</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">windowId</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>窗口Id</td> </tr> <tr> <td style="text-align: left;">nextCommand</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>下一条指令</td> </tr> </tbody> </table> <h5>完整请求示例</h5> <pre><code>{ &amp;quot;isSuccess&amp;quot;: true, &amp;quot;message&amp;quot;: &amp;quot;操作成功&amp;quot;, &amp;quot;modifyFiles&amp;quot;: null, &amp;quot;callBackData&amp;quot;: { &amp;quot;windowId&amp;quot;: &amp;quot;BomPropEditForm&amp;quot;, &amp;quot;nextCommand&amp;quot;: &amp;quot;&amp;quot; }, &amp;quot;abstractCadType&amp;quot;: &amp;quot;_3d&amp;quot;, &amp;quot;cadType&amp;quot;: &amp;quot;solidworks&amp;quot;, &amp;quot;cadCommand&amp;quot;: 201, &amp;quot;msgSendWay&amp;quot;: 0 }</code></pre>

页面列表

ITEM_HTML