Find EngineNode based on location.
            
 
    Namespace: 
   DHI.Mike1D.Engine
    Assembly:
   DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
 Syntax
Syntaxpublic EngineNode FindNode(
	ILocation location
)
Public Function FindNode ( 
	location As ILocation
) As EngineNode
public:
EngineNode^ FindNode(
	ILocation^ location
)
Parameters
- location
- Type: DHI.Mike1D.GenericILocation
 Location of node to find
Return Value
Type: 
EngineNodeEngineNode at location
 See Also
See Also