ISourcePointProxyProviderGetSourcePointProxy(EngineNode) Method

Get a source point proxy for the node.

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

Definition

Namespace: DHI.Mike1D.Engine
Assembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
ISourcePointProxy GetSourcePointProxy(
	EngineNode node
)

Parameters

node  EngineNode
Node to get source point proxy for

Return Value

ISourcePointProxy
null if no sourcepoint exists

See Also