Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 622 Bytes

File metadata and controls

31 lines (24 loc) · 622 Bytes

GetVPClOvrdName

Description

Gets the name for the override at a particular index in the override list.

FUNCTION GetVPClOvrdName(
				viewportHandle : HANDLE;
				index          : INTEGER): STRING;
def vs.GetVPClOvrdName(viewportHandle, index):
    return STRING

Parameters

Name Type Description
viewportHandle HANDLE The viewport handle.
index INTEGER The index into the class override list.

See Also

VS Functions: GetVPClOvrdCount

Version

Availability: from Vectorworks 2014

Category