IDfs123BuilderSetEncodingKeys Method |
Sets the encoding key for compressing the dfs file.
See
GetEncodeKey(Int32, Int32, Int32) for the definition
of the encode key values.
Compression is only supported when all dynamic items are of type float.
All dynamic items must have a size that is compatible with the encode key values, i.e,
for all values in the key arrays:
xKey[i] < xCount && yKey[y] < yCount && zKey[i] < zCount
Namespace: DHI.Generic.MikeZero.DFS.dfs123Assembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax void SetEncodingKeys(
int[] xKey,
int[] yKey,
int[] zKey
)
Sub SetEncodingKeys (
xKey As Integer(),
yKey As Integer(),
zKey As Integer()
)
void SetEncodingKeys(
array<int>^ xKey,
array<int>^ yKey,
array<int>^ zKey
)
abstract SetEncodingKeys :
xKey : int[] *
yKey : int[] *
zKey : int[] -> unit
Parameters
- xKey
- Type: SystemInt32
- yKey
- Type: SystemInt32
- zKey
- Type: SystemInt32
See Also