Click or drag to resize

Res1DNetworkQFilterIsIncluded Method (INetworkReach, INetworkGridPoint)

Returns true if the gridpoint is included by the filter

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public override bool IsIncluded(
	INetworkReach reach,
	INetworkGridPoint gridPoint
)

Parameters

reach
Type: DHI.Mike1D.GenericINetworkReach
Reach
gridPoint
Type: DHI.Mike1D.GenericINetworkGridPoint
Gridpoint in reach

Return Value

Type: Boolean
True if included

Implements

IRes1DSpatialFilterIsIncluded(INetworkReach, INetworkGridPoint)
See Also