LispFunctionAttribute.LispFunctionAttribute(string) Constructor

Description

Constructs an object of the given name.

Visual Basic

Public Sub New(
    globalName As string
)

C#

public LispFunctionAttribute(
    string globalName
);

Parameters

Parameters Description
string globalName Input global name of the Lisp function.

Links

LispFunctionAttribute Class, Autodesk.AutoCAD.Runtime Namespace