EngineNetGetComponentSourcePoint(EngineReach, Int32) Method

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.

Definition

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

Parameters

reach  EngineReach

[Missing <param name="reach"/> documentation for "M:DHI.Mike1D.Engine.EngineNet.GetComponentSourcePoint(DHI.Mike1D.Engine.EngineReach,System.Int32)"]

gridPointIndex  Int32

[Missing <param name="gridPointIndex"/> documentation for "M:DHI.Mike1D.Engine.EngineNet.GetComponentSourcePoint(DHI.Mike1D.Engine.EngineReach,System.Int32)"]

Return Value

IComponentSourcePoint

[Missing <returns> documentation for "M:DHI.Mike1D.Engine.EngineNet.GetComponentSourcePoint(DHI.Mike1D.Engine.EngineReach,System.Int32)"]

See Also