The following table provides summary descriptions of the AutoLISP object-handling functions.
Object-handling functions |
|
---|---|
Function |
Description |
( |
Deletes objects (entities) or restores previously deleted objects |
( |
Retrieves an object's definition data |
( |
Returns the name of the last nondeleted main object in the drawing |
( |
Creates a new entity (graphical object) in the drawing |
( |
Makes a new object, gives it a handle and entity name (but does not assign an owner), and then returns the new entity name |
( |
Modifies the definition data of an object |
( |
Returns the name of the next object in the drawing |
( |
Updates the screen image of an object |
( |
Returns an object name based on its handle |
( |
Lists an object's methods and properties NoteVLISP
extension: requires vl-load-com
|
( |
Determines whether an object was erased NoteVLISP
extension: requires vl-load-com
|
Retrieves the top-level AutoCAD application object for the current AutoCAD session NoteVLISP
extension: requires vl-load-com
|
|
( |
Determines whether an object supports a particular method NoteVLISP
extension: requires vl-load-com
|
Determines whether an object has been released NoteVLISP
extension: requires vl-load-com
|
|
( |
Determines whether an object can be read NoteVLISP
extension: requires vl-load-com
|
( |
Releases a drawing object NoteVLISP
extension: requires vl-load-com
|
Determines whether type library information is present for the specified type of object NoteVLISP
extension: requires vl-load-com
|
|
( |
Determines whether an AutoCAD drawing object can be modified NoteVLISP
extension: requires vl-load-com
|