Dfs123BuilderSetEncodingKeys 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)
Syntaxpublic void SetEncodingKeys(
int[] xKey,
int[] yKey,
int[] zKey
)
Public Sub SetEncodingKeys (
xKey As Integer(),
yKey As Integer(),
zKey As Integer()
)
public:
virtual void SetEncodingKeys(
array<int>^ xKey,
array<int>^ yKey,
array<int>^ zKey
) sealed
abstract SetEncodingKeys :
xKey : int[] *
yKey : int[] *
zKey : int[] -> unit
override SetEncodingKeys :
xKey : int[] *
yKey : int[] *
zKey : int[] -> unit
Parameters
- xKey
- Type: SystemInt32
- yKey
- Type: SystemInt32
- zKey
- Type: SystemInt32
Implements
IDfs123BuilderSetEncodingKeys(Int32, Int32, Int32)
See Also