LispFunctionAttribute Class

Autodesk.AutoCAD.Runtime.LispFunctionAttribute
Visual Basic
Public sealed Class LispFunctionAttribute
Inherits Attribute
Inherits ICommandLineCallable
C#
public sealed class LispFunctionAttribute : Attribute, ICommandLineCallable;
Description

 

This class extends the Attribute and ICommandLine interfaces. It defines the attributes for a Lisp callable function.

Links