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: 19.0.0.0 (11.1.1.1111)
Syntax public IComponentSourcePoint GetComponentSourcePoint(
EngineNode node
)
Public Function GetComponentSourcePoint (
node As EngineNode
) As IComponentSourcePoint
public:
IComponentSourcePoint^ GetComponentSourcePoint(
EngineNode^ node
)
Parameters
- node
- Type: DHI.Mike1D.EngineEngineNode
[Missing <param name="node"/> documentation for "M:DHI.Mike1D.Engine.EngineNet.GetComponentSourcePoint(DHI.Mike1D.Engine.EngineNode)"]
Return Value
Type:
IComponentSourcePoint[Missing <returns> documentation for "M:DHI.Mike1D.Engine.EngineNet.GetComponentSourcePoint(DHI.Mike1D.Engine.EngineNode)"]
See Also