M

MEPAnalyticalModelData.GetNodeById

Description:
Gets the analytical node with the specified id.
public MEPAnalyticalNode GetNodeById(
	int nodeId
)
  • Int32
    nodeId
    The node identifier, be aware that this identifier may not be sequentially ordered for all analytical nodes.
Return Value MEPAnalyticalNode The returned analytical node.