Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 624 Bytes

File metadata and controls

34 lines (27 loc) · 624 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