DfsFileInfoGetEncodeKey Method |
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 GetEncodeKey(
out int[] xKey,
out int[] yKey,
out int[] zKey
)
Public Sub GetEncodeKey (
<OutAttribute> ByRef xKey As Integer(),
<OutAttribute> ByRef yKey As Integer(),
<OutAttribute> ByRef zKey As Integer()
)
public:
virtual void GetEncodeKey(
[OutAttribute] array<int>^% xKey,
[OutAttribute] array<int>^% yKey,
[OutAttribute] array<int>^% zKey
) sealed
abstract GetEncodeKey :
xKey : int[] byref *
yKey : int[] byref *
zKey : int[] byref -> unit
override GetEncodeKey :
xKey : int[] byref *
yKey : int[] byref *
zKey : int[] byref -> unit
Parameters
- xKey
- Type: SystemInt32
- yKey
- Type: SystemInt32
- zKey
- Type: SystemInt32
Implements
IDfsFileInfoGetEncodeKey(Int32, Int32, Int32)
See Also