EnergyAnalysisWindowType.WindowTypeName Property

EnergyAnalysisWindowTypeWindowTypeName Property

The name of the window type.

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

Property Value

String
See Also