2027 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 Inherited From
C MEPNetworkSegmentId() None Creates a default invalid segment id on the network.
C MEPNetworkSegmentId(ElementId, Int32) None Creates a valid segment id on the network.
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the MEPNetworkSegmentId
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M IsValid() Boolean Verifies if this is a valid segment id.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P ElementId ElementId The element id where this analytical segment belongs.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P SegmentId int The segment identifier.