EngineNetGetComponentSourcePoint(EngineNode) Method

Get a source point for component sources.

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(
	EngineNode node
)

Parameters

node  EngineNode

[Missing <param name="node"/> documentation for "M:DHI.Mike1D.Engine.EngineNet.GetComponentSourcePoint(DHI.Mike1D.Engine.EngineNode)"]

Return Value

IComponentSourcePoint

[Missing <returns> documentation for "M:DHI.Mike1D.Engine.EngineNet.GetComponentSourcePoint(DHI.Mike1D.Engine.EngineNode)"]

See Also