IFCParameterTemplate.RemovePropertySet
Description:
Removes provided property set from the template.
Removes provided property set from the template.
public void RemovePropertySet(
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