Click or drag to resize

HDModuleGetSourcePointProxy Method (EngineNode)

Get a source point proxy for the node.

Usually this can only be called after the Prepare(Diagnostics) function has been called.

Namespace:  DHI.Mike1D.Engine.ModuleHD
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public ISourcePointProxy GetSourcePointProxy(
	EngineNode node
)

Parameters

node
Type: DHI.Mike1D.EngineEngineNode
Node to get source point proxy for

Return Value

Type: ISourcePointProxy
null if no sourcepoint exists

Implements

ISourcePointProxyProviderGetSourcePointProxy(EngineNode)
See Also