Login
|
Sign Up
AutoLISP Function Detail
Name:
getcname
Syntax:
(getcname
cname
)
Description:
Retrieves the English name of the command when the underscore is missing or the localized name when the underscore is present.
Example(s):
(getcname "pan")
"_PAN"
(getcname "_pan")
"PAN"