HDModuleGetSourcePoint(EngineReach, Int32) Method
Note: This API is now obsolete.
Get a source point for the gridpoint in the reach.
Usually this can only be called after the
Prepare(Diagnostics) function has been called.
Namespace: DHI.Mike1D.Engine.ModuleHDAssembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
[ObsoleteAttribute("Use ISourcePointProxyProvider methods instead")]
public ISourcePoint GetSourcePoint(
EngineReach reach,
int gridPointIndex
)
- reach EngineReach
- Reach where gridpoint belongs to
- gridPointIndex Int32
- Index to gridpoint to get source point for
ISourcePointnull if no sourcepoint exists