M

IFCUserDefinedPropertySet.CopyPropertySet

Description:
Create copy of property set with new name.
Remarks:
The copied property set is saved in the document passed as parameter. Passing the same document as the source property set's document will create a new property set in the same document.
public IFCUserDefinedPropertySet CopyPropertySet(
	Document document,
	string copyPropertySetName
)
  • document
    The Revit document to save the copied property set.
  • String
    copyPropertySetName
    The name for copied property set name.
Return Value IFCUserDefinedPropertySet The copied property set element.