IFCParameterTemplate.CopyPropertySet
Description:
Creates a copy of the property set and adds it to the template.
Creates a copy of the property set and adds it to the template.
public void CopyPropertySet(
PropertySetupType propertySetupType,
string propertySetName,
string propertySetCopyName
)
-
propertySetupTypeThe property setup type.
-
StringpropertySetNameThe property set name.
-
StringpropertySetCopyNameThe name of the copied property set.
-
A property set with the given name is not present in the template. -or- 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