<Code Lib>
2026 Method
Changes 8
M

IFCParameterTemplate.SetPropertySetApplicableEntities

Description:
Sets the list of IFC entities to which the property set is applicable.

public void SetPropertySetApplicableEntities(
	PropertySetupType propertySetupType,
	string propertySetName,
	IList<string> applicableEntities
)

  • propertySetupType
    The property setup type.
  • String
    propertySetName
    The property set name.
  • IList<String>
    applicableEntities
    The list of IFC entities to which the property set is applicable.

Loading…