classNameW
classNameW
entity:classNameW() --> stringa
Ritorna il nome della classe come stringa unicode ("AcDbLine", "AcDbCircle", ...)
Esempio 1. Esempio classNameW
entmake{ {0, "CIRCLE"}, {10, Point(0, 0, 0)}, {40, 2} }
local e = entlast()
local w = e:classNameW()
print(" classNameW tipo = " .. type(w) .. " length = " .. tostring(w:length()))
e:erase()
Created with the Personal Edition of HelpNDoc: Why Microsoft Word Isn't Cut Out for Documentation: The Benefits of a Help Authoring Tool