2025.3 Class
Changes 7
C

MEPAnalyticalSegment

Description:
Represents an analytical segment of the MEP analytical model.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Analysis.MEPAnalyticalSegment
public class MEPAnalyticalSegment : IDisposable
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the MEPAnalyticalSegment
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetNetworkSegmentId() MEPNetworkSegmentId Gets the NetworkSegmentId.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P Area double The area of the segment profile.
P DemandFlow double The designed flow value, in ft^3/s.
P DomainType ConnectorDomainType The connector domain type of this segment.
P EndNode int The id of the end analytical node.
P Id int The identity of this segment.
P InnerDiameter double The inner diameter of this segment, in ft. For rectangular or oval profile, this may be the hydraulic diameter.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P RevitElementId ElementId The id of the owning Revit element.
P Roughness double The roughness of this segment, in ft.
P SegmentType MEPAnalyticalSegmentType The analytical segment type.
P StartNode int The id of the start analytical node.