Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 574 Bytes

File metadata and controls

31 lines (24 loc) · 574 Bytes

RemoveVPClOvrd

Description

Removes a class override from the specified viewport.

PROCEDURE RemoveVPClOvrd(
				viewportHandle : HANDLE;
				className      : STRING);
def vs.RemoveVPClOvrd(viewportHandle, className):
    return None

Parameters

Name Type Description
viewportHandle HANDLE The viewport handle.
className STRING The name of the class.

See Also

VS Functions: CreateVPClOvrd

Version

Availability: from Vectorworks 2014

Category