Changes in 2025 vs 2022 3 changed
Flip API Versions →Changed members
PropertySetElement.Create(Document, StructuralAsset)
| document | Document | The document in which to create the PropertySetElement. |
| structuralAsset | StructuralAsset | The structural asset containing the values that will be present in the PropertySetElement. |
| → returns | PropertySetElement | The new PropertySetElement. |
PropertySetElement.Create(Document, ThermalAsset)
| document | Document | The document in which to create the PropertySetElement. |
| thermalAsset | ThermalAsset | The thermal asset containing the values that will be present in the PropertySetElement. |
| → returns | PropertySetElement | The new PropertySetElement. |
PropertySetElement.Duplicate(Document, String)
| document | Document | The document in which to create the PropertySetElement. |
| name | String | The name to use for the new PropertySetElement. |
| → returns | PropertySetElement | The new PropertySetElement. |