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: 24.0.0.0 (24.0.0.0)
Since: 2024
Syntax
| C# |
|---|
public bool IsSameNode( MEPAnalyticalNode other ) |
| Visual Basic |
|---|
Public Function IsSameNode ( _ other As MEPAnalyticalNode _ ) As Boolean |
| Visual C++ |
|---|
public: bool IsSameNode( MEPAnalyticalNode^ other ) |
Parameters
- other
- Type: Autodesk.Revit.DB.Analysis..::..MEPAnalyticalNode
The other node to be compared.
Return Value
True if two nodes represent the same node of the network. Otherwise false.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |