Creates a new PropertySetElement to contain the given asset.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static PropertySetElement Create(
Document document,
ThermalAsset thermalAsset
)
Parameters
- 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.
Return Value
PropertySetElement
The new PropertySetElement.
Exceptions
See Also
Reference