RVTDocs.com

MEPAnalyticalModelData.GetNodeById

Method
Description:
Gets the analytical node with the specified id.
Syntax
public MEPAnalyticalNode GetNodeById(
	int nodeId
)
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.