Click or drag to resize

HDModuleGetImplicitSourcePoint Method (EngineNode)

Get an implicit source point proxy for the node.

This can only be called after the Prepare(Diagnostics) function has been called.

Namespace:  DHI.Mike1D.Engine.ModuleHD
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public ISourcePointImplicit GetImplicitSourcePoint(
	EngineNode node
)

Parameters

node
Type: DHI.Mike1D.EngineEngineNode
Node to get source point proxy for

Return Value

Type: ISourcePointImplicit
null if no implicit sourcepoint exists
See Also