Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 659 Bytes

File metadata and controls

28 lines (23 loc) · 659 Bytes

GetVPClOvrdRoofTxt

PROCEDURE GetVPClOvrdRoofTxt(
				viewportHandle     : HANDLE;
				className          : STRING;
				VAR topMaterial    : LONGINT;
				VAR dormerMaterial : LONGINT);
def vs.GetVPClOvrdRoofTxt(viewportHandle, className):
    return (topMaterial, dormerMaterial)

Parameters

Name Type Description
viewportHandle HANDLE The viewport handle
className STRING The name of the class override
topMaterial LONGINT The material of the top
dormerMaterial LONGINT The material of the dormer

Version

Availability: from Vectorworks 2018

Category