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)
Syntaxpublic ISourcePointImplicit GetImplicitSourcePoint(
	EngineNode node
)
Public Function GetImplicitSourcePoint ( 
	node As EngineNode
) As ISourcePointImplicit
public:
ISourcePointImplicit^ GetImplicitSourcePoint(
	EngineNode^ node
)
Parameters
- node
 - Type: DHI.Mike1D.EngineEngineNode
Node to get source point proxy for 
Return Value
Type: 
ISourcePointImplicitnull if no implicit sourcepoint exists
See Also