Share

MEPNetworkSegmentId Class

Represents a unique identifier for one analytical segment in the network.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.Analysis.MEPNetworkSegmentId


Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public class MEPNetworkSegmentId : IDisposable

The MEPNetworkSegmentId type exposes the following members.

Constructors

 NameDescription
Public methodMEPNetworkSegmentId() Creates a default invalid segment id on the network.
Public methodMEPNetworkSegmentId(ElementId, Int32) Creates a valid segment id on the network.

Properties

 NameDescription
Public propertyElementId The element id where this analytical segment belongs.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertySegmentId The segment identifier.

Methods

 NameDescription
Public methodDisposeReleases all resources used by the MEPNetworkSegmentId
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsValid Verifies if this is a valid segment id.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)

See Also

Reference

Was this information helpful?