DfsBuilderSetEncodingKey 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.DFS
    Assembly:
   DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic void SetEncodingKey(
	int[] xKey,
	int[] yKey,
	int[] zKey
)
Public Sub SetEncodingKey ( 
	xKey As Integer(),
	yKey As Integer(),
	zKey As Integer()
)
public:
virtual void SetEncodingKey(
	array<int>^ xKey, 
	array<int>^ yKey, 
	array<int>^ zKey
) sealed
abstract SetEncodingKey : 
        xKey : int[] * 
        yKey : int[] * 
        zKey : int[] -> unit 
override SetEncodingKey : 
        xKey : int[] * 
        yKey : int[] * 
        zKey : int[] -> unit Parameters
- xKey
 - Type: SystemInt32
 - yKey
 - Type: SystemInt32
 - zKey
 - Type: SystemInt32
 
Implements
IDfsFileBuilderSetEncodingKey(Int32, Int32, Int32)
See Also