Share

MEPAnalyticalModelData.GetMEPAnalyticalModelData Method

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

MEPAnalyticalModelData
The MEP analytical model data of this element, null if not available.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?