M

MEPSection

Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the MEPSection
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetCoefficient(ElementId) double Gets the loss coefficient for the specified element id in this section.
M GetElementIds() IList<ElementId> Gets all element ids that are contained in the section.
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetPressureDrop(ElementId) double Gets the pressure drop for the specified element id in this section.
M GetSegmentLength(ElementId) double Get the length for the specified segment id in this section.
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M IsMain(ElementId) bool Check whether the type of fitting in this section is main.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
P FixtureUnit double The fixture unit of the section.
P Flow double The flow of the section.
P Friction double The friction of the section.
P FrictionFactor double The friction factor of the section.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P Number int The Section number.
P ReynoldsNumber double The Reynolds number of the section.
P Roughness double The roughness of the section.
P TotalCoefficient double The loss coefficient of the section.
P TotalCurveLength double The total length of all segments in the section.
P TotalPressureLoss double The total pressure loss of the section.
P Velocity double The velocity of the section.
P VelocityPressure double The velocity pressure of the section.