Gets the analytical node with the specified id.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2024
Syntax
| C# |
|---|
|
| Visual Basic |
|---|
|
| Visual C++ |
|---|
|
Parameters
- nodeId
- Type: SystemInt32
The node identifier, be aware that this identifier may not be sequentially ordered for all analytical nodes.
Return Value
The returned analytical node.Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.ExceptionsArgumentException | The input must be a valid node id. |