MEPNetworkSegmentId
Description:
Represents a unique identifier for one analytical segment in the network.
Represents a unique identifier for one analytical segment in the network.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Analysis.MEPNetworkSegmentId
System.Object
Autodesk.Revit.DB.Analysis.MEPNetworkSegmentId
public class MEPNetworkSegmentId : IDisposable
| Name | Return Type | Description |
|---|---|---|
| MEPNetworkSegmentId() | None | Creates a default invalid segment id on the network. |
| MEPNetworkSegmentId(ElementId, Int32) | None | Creates a valid segment id on the network. |
| Name | Return Type | Description |
|---|---|---|
| ElementId | ElementId | The element id where this analytical segment belongs. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| SegmentId | int | The segment identifier. |