Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 686 Bytes

File metadata and controls

33 lines (27 loc) · 686 Bytes

IFC_DMSetPSetFldOpt

Description

Sets specified Field for IfcEntry's PSet Optional.

FUNCTION IFC_DMSetPSetFldOpt(
				strObjectName : STRING;
				strEntryName  : STRING;
				strPSetName   : STRING;
				strFieldName  : STRING;
				bOptional     : BOOLEAN): BOOLEAN;
def vs.IFC_DMSetPSetFldOpt(strObjectName, strEntryName, strPSetName, strFieldName, bOptional):
    return BOOLEAN

Parameters

Name Type Description
strObjectName STRING
strEntryName STRING
strPSetName STRING
strFieldName STRING
bOptional BOOLEAN

Version

Availability: from Vectorworks 2021

Category