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