<Code Lib>
M

PropertySetElement.Create(Document, ThermalAsset)

Description:
Creates a new PropertySetElement to contain the given asset.
Overloads (3):
Create(Document,ThermalAsset)

public static PropertySetElement Create(
	Document document,
	ThermalAsset thermalAsset
)

  • document
    The document in which to create the PropertySetElement.
  • thermalAsset
    The thermal asset containing the values that will be present in the PropertySetElement.
Return Value PropertySetElement The new PropertySetElement.

Loading…