Revit 2026 API
MEPAnalytical |
Verify if this node is connected to the other node and thus represents the same analytical node in the network.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsSameNode( MEPAnalyticalNode other )
Public Function IsSameNode ( other As MEPAnalyticalNode ) As Boolean
public: bool IsSameNode( MEPAnalyticalNode^ other )
member IsSameNode : other : MEPAnalyticalNode -> bool
Parameters
- other MEPAnalyticalNode
- The other node to be compared.
Return Value
BooleanTrue if two nodes represent the same node of the network. Otherwise false.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also