Click or drag to resize

SerializerCoordsSurrogate Structure

Surrogated class for DHI.Generic.MikeZero.DFS.Coords

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public struct SerializerCoordsSurrogate

The SerializerCoordsSurrogate type exposes the following members.

Constructors
  NameDescription
Public methodSerializerCoordsSurrogate
Constructor
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
See Also