<Code Lib>
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
)

Return Value nullNothingnullptr The thermal properties found, or null Nothing nullptr a null reference ( Nothing in Visual Basic) if no match was found.

Loading…