Verify if this node is connected to the other node and thus represents the same analytical node in the network.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsSameNode(
MEPAnalyticalNode other
)
Parameters
- other MEPAnalyticalNode
-
The other node to be compared.
Return Value
Boolean
True if two nodes represent the same node of the network. Otherwise false.
Exceptions
See Also
Reference