Click or drag to resize

IRes1DSpatialFilterIsIncluded Method (IRes1DNode)

Returns true if the node is included by the filter

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
bool IsIncluded(
	IRes1DNode node
)

Parameters

node
Type: DHI.Mike1D.ResultDataAccessIRes1DNode
Node

Return Value

Type: Boolean
True if included
See Also