<Code Lib>
2024 Class
Changes 4
C

MEPNetworkSegmentId

Description:
Represents a unique identifier for one analytical segment in the network.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Analysis.MEPNetworkSegmentId

public class MEPNetworkSegmentId : IDisposable

Name Return Type Description
C MEPNetworkSegmentId() MEPNetworkSegmentId Creates a default invalid segment id on the network.
C MEPNetworkSegmentId(ElementId, Int32) MEPNetworkSegmentId Creates a valid segment id on the network.

Name Return Type Description
M Dispose() None Releases all resources used by the
M IsValid() bool Verifies if this is a valid segment id.

Name Return Type Description
P ElementId ElementId The element id where this analytical segment belongs.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P SegmentId int The segment identifier.

Loading…