ISourcePointProxyProviderGetSourcePointProxy(EngineReach, Int32) Method

Get a source point proxy for the gridpoint in the reach.

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(
	EngineReach reach,
	int gridPointIndex
)

Parameters

reach  EngineReach
Reach where gridpoint belongs to
gridPointIndex  Int32
Index to gridpoint to get source point for

Return Value

ISourcePointProxy
A source point proxy

See Also