Share

LispFunctionAttribute Class

Description

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

Class Hierarchy

Autodesk.AutoCAD.Runtime.ICommandLineCallable
    Autodesk.AutoCAD.Runtime.LispFunctionAttribute

C#

public sealed class LispFunctionAttribute : Attribute, ICommandLineCallable;

Visual Basic

Public sealed Class LispFunctionAttribute
Inherits Attribute
Inherits ICommandLineCallable

Links

LispFunctionAttribute Constructor, LispFunctionAttribute Properties

Was this information helpful?