Click or drag to resize

EngineNetGetComponentSourcePoint Method (EngineNode)

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.

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

Parameters

node
Type: DHI.Mike1D.EngineEngineNode

Return Value

Type: IComponentSourcePoint
See Also