FamilyThermalProperties.AnalyticConstructionTypeId Property

FamilyThermalPropertiesAnalyticConstructionTypeId Property

The construction gbXML type. This value corresponds to the 'id' property of a constructionType node in Constructions.xml.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public string AnalyticConstructionTypeId { get; }
Public ReadOnly Property AnalyticConstructionTypeId As String
	Get
public:
property String^ AnalyticConstructionTypeId {
	String^ get ();
}
member AnalyticConstructionTypeId : string with get

Property Value

String
See Also