IFCParameterTemplate.SetPropertySetApplicableEntities
Description:
Sets the list of IFC entities to which the property set is applicable.
Sets the list of IFC entities to which the property set is applicable.
[ObsoleteAttribute("This is deprecated in Revit 2027 and will be removed in the next version of Revit.")]
public void SetPropertySetApplicableEntities(
PropertySetupType propertySetupType,
string propertySetName,
IList<string> applicableEntities
)
-
propertySetupTypeThe property setup type.
-
StringpropertySetNameThe property set name.
-
IList<String>applicableEntitiesThe list of IFC entities to which the property set is applicable.
-
A property set with the given name is not present in the template.
-
A non-optional argument was null
-
A value passed for an enumeration argument is not a member of that enumeration