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