IDfsuFileElementTable Property |
The
ElementTable defines for each element which
nodes that defines the element.
The numbers in the ElementTable are node numbers, not indices!
Each value in the table are between 1 and number-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 int[][] ElementTable { get; }
ReadOnly Property ElementTable As Integer()()
Get
property array<array<int>^>^ ElementTable {
array<array<int>^>^ get ();
}
abstract ElementTable : int[][] with get
Property Value
Type:
Int32See Also