Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 433 Bytes

File metadata and controls

27 lines (21 loc) · 433 Bytes

IFC_IsPsetCustom

Description

Check if Pset is custom.

FUNCTION IFC_IsPsetCustom(
				pSetName    : STRING;
				VAR bCustom : BOOLEAN): BOOLEAN;
def vs.IFC_IsPsetCustom(pSetName):
    return (BOOLEAN, bCustom)

Parameters

Name Type Description
pSetName STRING
bCustom BOOLEAN

Version

Availability: from Vectorworks 2018

Category