MEPAnalyticalModelData Class

Represents the MEP analytical model data attached to individual element.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.AnalysisMEPAnalyticalModelData

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class MEPAnalyticalModelData : IDisposable

The MEPAnalyticalModelData type exposes the following members.

Properties
 NameDescription
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the MEPAnalyticalModelData
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodStatic memberGetMEPAnalyticalModelData Gets the MEP analytical model data of the specified element.
Public methodGetNodeById Gets the analytical node with the specified id.
Public methodGetNodeByIndex Gets the specified analytical node.
Public methodGetNumberOfNodes Returns the number of analytical nodes.
Public methodGetNumberOfSegments Returns the number of analytical segments.
Public methodGetSegmentById Gets the analytical segment with the specified id.
Public methodGetSegmentByIndex Gets the analytical segment at the specified position.
Public methodGetSegmentData Gets the analysis data on the specified segment.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsValidNodeId Verifies if a valid analytical node id.
Public methodIsValidSegmentId Verifies if a valid segment id.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Remarks
The MEP analytical model is composed of generic analytical segments and nodes. Each Revit element may have one or more analytical segments. Connected together, these data form a network that is used in the flow and pressure drop calculation.
See Also