pyautocad icon indicating copy to clipboard operation
pyautocad copied to clipboard

How to use GetXData?

Open z954134 opened this issue 8 years ago • 2 comments

GetXData AppName, XDataType, XDataValue need two parameters return,how to use ?

z954134 avatar Nov 23 '17 21:11 z954134

obj.GetXData (AppName, XDataType, XDataValue) What AutoCAD is looking for is 3 parameters - the AppName, and two Variant (objects) The following is the error python returns in application: text.GetXData("Electrix", xTypeOut, xDataOut) TypeError: call takes exactly 2 arguments (4 given)

mogles avatar Jul 31 '20 01:07 mogles

Hi bro. Has this problem been solved? Know how to use GetXData()?

royccg avatar May 23 '21 12:05 royccg