EnergyAnalysisMaterial.MaterialName Property

EnergyAnalysisMaterialMaterialName Property

The name of the material.

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

Property Value

String
See Also