MEPAnalyticalModelData.GetNodeById
Method
Description:
Gets the analytical node with the specified id.
Gets the analytical node with the specified id.
Parameters
Parameter | Type | Description |
---|---|---|
nodeId | Int32 | The node identifier, be aware that this identifier may not be sequentially ordered for all analytical nodes. |
Return Value
Type | Description |
---|---|
MEPAnalyticalNode | The returned analytical node. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | The input must be a valid node id. |