Deletes the specified class from the active document. If there are objects in the class to be deleted, they are reassigned to the None class.
PROCEDURE DelClass(className : STRING);def vs.DelClass(className):
return None| Name | Type | Description |
|---|---|---|
| className | STRING | Name of class to delete. |
DelClass('Future Construction');vs.DelClass('Future Construction')Availability: from All Versions