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: 19.0.0.0 (11.1.1.1111)
Syntax
public IComponentSourcePoint GetComponentSourcePoint(
	EngineReach reach,
	int gridPointIndex
)

Parameters

reach
Type: DHI.Mike1D.EngineEngineReach

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

gridPointIndex
Type: SystemInt32

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

Return Value

Type: IComponentSourcePoint

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

See Also