M

FamilyThermalProperties.Find

Description:
Finds the thermal properties by the 'id' property of a constructionType node in Constructions.xml.
public static FamilyThermalProperties Find(
	Document pADoc,
	string constructionId
)
  • pADoc
    The document.
  • String
    constructionId
    The 'id' property of a constructionType node in Constructions.xml
Return Value FamilyThermalProperties The thermal properties found, or if no match was found.