IFCParameterTemplate.AddPropertySet
Description:
Adds a property set to the template.
Adds a property set to the template.
public void AddPropertySet(
PropertySetupType propertySetupType,
bool exportFlag,
string propertySetName
)
-
propertySetupTypeThe property setup type.
-
BooleanexportFlagThe flag that indicates whether the property set is included in export.
-
StringpropertySetNameThe property set name.
-
A property set with the given name already exists in the template.
-
A non-optional argument was null
-
A value passed for an enumeration argument is not a member of that enumeration