IDfsFileBuilderSetEncodingKey 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.,
xKey[i] < xCount && yKey[y] < yCount && zKey[i] < zCount
Namespace: DHI.Generic.MikeZero.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax void SetEncodingKey(
int[] xKey,
int[] yKey,
int[] zKey
)
Sub SetEncodingKey (
xKey As Integer(),
yKey As Integer(),
zKey As Integer()
)
void SetEncodingKey(
array<int>^ xKey,
array<int>^ yKey,
array<int>^ zKey
)
abstract SetEncodingKey :
xKey : int[] *
yKey : int[] *
zKey : int[] -> unit
Parameters
- xKey
- Type: SystemInt32
- yKey
- Type: SystemInt32
- zKey
- Type: SystemInt32
See Also