Click or drag to resize

EngineNetGetComponentSourcePoint Method (EngineReach, Int32)

Get a source point for component sources.

The gridPointIndex must match a grid point with volume, i.e. an HGridPoint.

If no components are included in simulation, or if node is not part of component simulation, null is returned.

Namespace:  DHI.Mike1D.Engine
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public IComponentSourcePoint GetComponentSourcePoint(
	EngineReach reach,
	int gridPointIndex
)

Parameters

reach
Type: DHI.Mike1D.EngineEngineReach
gridPointIndex
Type: SystemInt32

Return Value

Type: IComponentSourcePoint
See Also