Click or drag to resize

HDModuleGetSourcePoint Method (EngineReach, Type, ILocationSpan)

Note: This API is now obsolete.

Get a source point covering all gridpoints in the span of the specified type 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: 16.0.0.0 (11.1.1.1111)
Syntax
C#
[ObsoleteAttribute("Use ISourcePointProxyProvider methods instead")]
public ISourcePoint GetSourcePoint(
	EngineReach reach,
	Type TGridPoint,
	ILocationSpan reachPartSpan
)

Parameters

reach
Type: DHI.Mike1D.EngineEngineReach
Reach where gridpoint belongs to
TGridPoint
Type: SystemType
Type of gridpoint.
reachPartSpan
Type: DHI.Mike1D.GenericILocationSpan

Return Value

Type: ISourcePoint
See Also