2027 Method
Changes 7
M

IFCParameterTemplate.SetPropertySetExportingFlag

Description:
Define whether the provided property set must be included in export.
public void SetPropertySetExportingFlag(
	PropertySetupType propertySetupType,
	string propertySetName,
	bool exportFlag
)
  • propertySetupType
    The property setup type.
  • String
    propertySetName
    The property set name.
  • Boolean
    exportFlag
    The export flag.