<Code Lib>
M

IFCParameterTemplate.CopyPropertySet

Description:
Creates a copy of the property set and adds it to the template.

public void CopyPropertySet(
	PropertySetupType propertySetupType,
	string propertySetName,
	string propertySetCopyName
)

  • propertySetupType
    The property setup type.
  • String
    propertySetName
    The property set name.
  • String
    propertySetCopyName
    The name of the copied property set.

Loading…