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.dfsuAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax void SetElements(
int[][] connectivity
)
Sub SetElements (
connectivity As Integer()()
)
void SetElements(
array<array<int>^>^ connectivity
)
abstract SetElements :
connectivity : int[][] -> unit
Parameters
- connectivity
- Type: SystemInt32
See Also