Description
Functions
Function | Description |
---|---|
![]() | Deprecated. Gets the localized or the language independent name of a command.I.e., translates a command name from local to global, or from global to local.The acedGetCName() function returns RTNORM to indicate success, RTERROR to indicate failure to allocate memory for the string result, or another error code if the function fails to retrieve the result. |
![]() | Retrieves the localized or English name of an AutoCAD command after allocating memory for it.The acedGetCName() function returns RTNORM to indicate success, RTERROR to indicate failure to allocate memory for the string result, or another error code if the function fails to retrieve the result. |