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