Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 667 Bytes

File metadata and controls

31 lines (24 loc) · 667 Bytes

CreateVPClOvrd

Description

Creates a new override for the specified class in the specified viewport. The override is initially populated with the class's current properties.

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

Parameters

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

See Also

VS Functions: RemoveVPClOvrd

Version

Availability: from Vectorworks 2014

Category