RVTDocs.com

FamilyThermalProperties.Find

Method
Description:
Finds the thermal properties by the 'id' property of a constructionType node in Constructions.xml.
Syntax
public static FamilyThermalProperties Find(
	Document pADoc,
	string constructionId
)
Parameters
Parameter Type Description
pADoc Document The document.
constructionId String The 'id' property of a constructionType node in Constructions.xml
Return Value
Type Description
FamilyThermalProperties The thermal properties found, or if no match was found.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null