ISourcePointProxyProviderGetSourcePointProxy Method (EngineNode) |
Get a source point proxy for the node.
Usually this can only be called after the Prepare(Diagnostics) function has been called.
Namespace:
DHI.Mike1D.Engine
Assembly:
DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax ISourcePointProxy GetSourcePointProxy(
EngineNode node
)
Function GetSourcePointProxy (
node As EngineNode
) As ISourcePointProxy
ISourcePointProxy^ GetSourcePointProxy(
EngineNode^ node
)
Parameters
- node
- Type: DHI.Mike1D.EngineEngineNode
Node to get source point proxy for
Return Value
Type:
ISourcePointProxynull if no sourcepoint exists
See Also