About Converting Object References (AutoLISP/ActiveX)

There are a number of ways to refer to AutoCAD drawing objects with AutoLISP.

Note: ActiveX support in AutoLISP is limited to Windows only.

These include the following:

Note: ObjectARX and Managed .NET programs are not supported by AutoCAD LT.

AutoLISP provides functions to convert from one type of object identifier to another.

You may find the same drawing object represented by different identifiers and data types such as a handle string, an ename, a VLA-object, or an object ID integer. To obtain the identifier with the data type your program requires, use the following strategies: