Click or drag to resize

IResultDataSearchFindNode Method

Find all nodes with the provided id

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
IRes1DNode FindNode(
	string nodeId
)

Parameters

nodeId
Type: SystemString
Id of node

Return Value

Type: IRes1DNode
Node, null if not found
See Also