EnergyAnalysisSurfaceOriginatingElementName Property |
The name for the originating Revit element.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic string OriginatingElementName { get; }
Public ReadOnly Property OriginatingElementName As String
Get
public:
property String^ OriginatingElementName {
String^ get ();
}
member OriginatingElementName : string with get
Property Value
String
Remarks
Surface elements get an originating element assigned according to the below described schema, based on associative room bounding element:
(Family Name) : (Family Type)
Sample:
Basic Wall : Cast Concrete Wall 12"
See Also