Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 597 Bytes

File metadata and controls

35 lines (27 loc) · 597 Bytes

DelClass

Description

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

Parameters

Name Type Description
className STRING Name of class to delete.

Examples

==== VectorScript ====

DelClass('Future Construction');

==== Python ====

vs.DelClass('Future Construction')

Version

Availability: from All Versions

Category

  • Classes