www.mxdraw.com
|
增加一个角度标注
[helpstring("method AddDimAngular")] HRESULT AddDimAngular([in] DOUBLE dAngleVertexX, [in] DOUBLE dAngleVertexY, [in] DOUBLE dFirstEndPointX, [in] DOUBLE dFirstEndPointY, [in] DOUBLE dSecondEndPointX, [in] DOUBLE dSecondEndPointY, [in] DOUBLE dTextPointX, [in] DOUBLE dTextPointY, [out,retval] IMxDrawDimAngular** ppNewObj);
参数 |
说明 |
angleVertex |
角度标注的顶点 |
firstEndPoint |
角度标注第一个参考线上的点 |
secondEndPoint |
角度标注第二个参考线上的点 |
textPoint |
文字位置点 |
返回新增加的标注对象