Namespace:
Autodesk.Revit.DB.Analysis
MEPNetworkSegmentId
Class
Description:
Represents a unique identifier for one analytical segment in the network.
Represents a unique identifier for one analytical segment in the network.
MEPNetworkSegmentId Class Members:
| Name | Description | Inherited From |
|---|---|---|
| MEPNetworkSegmentId() | Creates a default invalid segment id on the network. | |
| MEPNetworkSegmentId(ElementId, Int32) | Creates a valid segment id on the network. |
| Name | Description | Inherited From |
|---|---|---|
| ElementId | The element id where this analytical segment belongs. | |
| IsValidObject | Specifies whether the .NET object represents a valid Revit entity. | |
| SegmentId | The segment identifier. |
| Name | Description | Inherited From |
|---|---|---|
| Dispose | Releases all resources used by the MEPNetworkSegmentId | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | Gets the Type of the current instance. (Inherited from Object ) | Object |
| IsValid | Verifies if this is a valid segment id. | |
| ToString | Returns a string that represents the current object. (Inherited from Object ) | Object |