Click or drag to resize
IDfsuBuilderSetElements Method
Set element connectivity: For each element is specified which nodes the element consist of. The node is specified by its index into the list of nodes.

Namespace: DHI.Generic.MikeZero.DFS.dfsu
Assembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
void SetElements(
	int[][] connectivity
)

Parameters

connectivity
Type: SystemInt32
See Also