Constructor for Coords structure.
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 Coords(
float x,
float y,
float z
)
Public Sub New (
x As Single,
y As Single,
z As Single
)
public:
Coords(
float x,
float y,
float z
)
new :
x : float32 *
y : float32 *
z : float32 -> Coords
Parameters
- x
- Type: SystemSingle
X-coordinate - y
- Type: SystemSingle
Y-coordinate - z
- Type: SystemSingle
Z-coordinate
See Also