Gets the MEP analytical model data of the specified element.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
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 |