Gets the MEP analytical model data of the specified element.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public static MEPAnalyticalModelData GetMEPAnalyticalModelData( Element pElement )
Parameters
- pElement Element
- The element that owns the MEP analytical model data.
Return Value
MEPAnalyticalModelDataThe MEP analytical model data of this element, null if not available.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |