IFCParameterTemplate.GetPropertySetApplicableEntities
Description:
Gets the list of IFC entities to which the property set is applicable.
Gets the list of IFC entities to which the property set is applicable.
public IList<string> GetPropertySetApplicableEntities(
PropertySetupType propertySetupType,
string propertySetName
)
-
propertySetupTypeThe property setup type.
-
StringpropertySetNameThe property set name.
-
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