Click or drag to resize

Coords Structure

Coordinates triplet (x, y, z)

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)
Syntax
public struct Coords : IDfsCoordinate

The Coords type exposes the following members.

Constructors
  NameDescription
Public methodCoords
Constructor for Coords structure.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldX
x coordinate
Public fieldY
y coordinate
Public fieldZ
z coordinate
Top
Remarks
Packed for unmanaged marshalling of structs, compatible with the Coords in the ufs.dll
See Also