Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 705 Bytes

File metadata and controls

33 lines (27 loc) · 705 Bytes

IFC_DMSetPSetFldMap

Description

Sets the Mapping Source of specified Field for IfcEntry's PSet.

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

Parameters

Name Type Description
strObjectName STRING
strEntryName STRING
strPSetName STRING
strFieldName STRING
strMappingSrc STRING

Version

Availability: from Vectorworks 2021

Category