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.
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
No comments yet. Start the discussion.
Loading…