DfsFileInfoSetEncodingKey Method |
Sets the encoding keys
Namespace: DHI.Generic.MikeZero.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.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:
void SetEncodingKey(
array<int>^ xKey,
array<int>^ yKey,
array<int>^ zKey
)
member SetEncodingKey :
xKey : int[] *
yKey : int[] *
zKey : int[] -> unit
Parameters
- xKey
- Type: SystemInt32
- yKey
- Type: SystemInt32
- zKey
- Type: SystemInt32
See Also