www.mxdraw.com
|
写一个点变量扩展数据
bool SetxData(LPCTSTR szAppName, McGePoint3d ptPoint, short nType = McDb::kDxfXdXCoord, int nItem = 0);
参数 |
说明 |
LPCTSTR szAppName |
扩展数据名称 |
McGePoint3d ptPoint |
点变量值 |
short nType = McDb::kDxfXdXCoord |
dxf组码 |
int nItem = 0 |
该值所在位置 |
成功返回true