Share

FamilyThermalProperties.Find Method

Finds the thermal properties by the 'id' property of a constructionType node in Constructions.xml.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public static FamilyThermalProperties Find(
	Document pADoc,
	string constructionId
)

Parameters

pADoc  Document
The document.
constructionId  String
The 'id' property of a constructionType node in Constructions.xml

Return Value

FamilyThermalProperties
The thermal properties found, or null if no match was found.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?