Constructs an object of the given name and localized ID.
Public Sub New(
globalName As string,
localizedNameId As string
)
public LispFunctionAttribute(
string globalName,
string localizedNameId
);
| Parameters | Description |
|---|---|
| string globalName | Input global name of the Lisp function. |
| string localizedNameId | Input the localized name of the Lisp function. |
LispFunctionAttribute Class, Autodesk.AutoCAD.Runtime Namespace