HDModuleGetSourcePoint Method (EngineReach, Int32) |
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.ModuleHD
Assembly:
DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax [ObsoleteAttribute("Use ISourcePointProxyProvider methods instead")]
public ISourcePoint GetSourcePoint(
EngineReach reach,
int gridPointIndex
)
<ObsoleteAttribute("Use ISourcePointProxyProvider methods instead")>
Public Function GetSourcePoint (
reach As EngineReach,
gridPointIndex As Integer
) As ISourcePoint
public:
[ObsoleteAttribute(L"Use ISourcePointProxyProvider methods instead")]
virtual ISourcePoint^ GetSourcePoint(
EngineReach^ reach,
int gridPointIndex
) sealed
Parameters
- reach
- Type: DHI.Mike1D.EngineEngineReach
Reach where gridpoint belongs to - gridPointIndex
- Type: SystemInt32
Index to gridpoint to get source point for
Return Value
Type:
ISourcePointnull if no sourcepoint exists
See Also