Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 667 Bytes

File metadata and controls

34 lines (27 loc) · 667 Bytes

IFC_DMGetPSetFldType

Description

Gets the type of specified Field for IfcEntry's PSet.

FUNCTION IFC_DMGetPSetFldType(
				strObjectName : STRING;
				strEntryName  : STRING;
				strPSetName   : STRING;
				strFieldName  : STRING;
				VAR outType   : INTEGER): BOOLEAN;
def vs.IFC_DMGetPSetFldType(strObjectName, strEntryName, strPSetName, strFieldName):
    return (BOOLEAN, outType)

Parameters

Name Type Description
strObjectName STRING
strEntryName STRING
strPSetName STRING
strFieldName STRING
outType INTEGER

Version

Availability: from Vectorworks 2021

Category

  • IFC