DfsFileInfo.SetEncodingKey Method |
Sets the encoding keys
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:
void SetEncodingKey(
array<int>^ xKey,
array<int>^ yKey,
array<int>^ zKey
)
member SetEncodingKey :
xKey : int[] *
yKey : int[] *
zKey : int[] -> unit
Parameters
- xKey
- Type:System.Int32[]
- yKey
- Type:System.Int32[]
- zKey
- Type:System.Int32[]
See Also