MEPAnalyticalModelDataGetMEPAnalyticalModelData Method

Gets the MEP analytical model data of the specified element.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static MEPAnalyticalModelData GetMEPAnalyticalModelData(
	Element pElement
)

Parameters

pElement  Element
The element that owns the MEP analytical model data.

Return Value

MEPAnalyticalModelData
The MEP analytical model data of this element, null if not available.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also