Click or drag to resize

ZLocation Class

Inheritance Hierarchy

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public class ZLocation : Location, IZLocation, 
	ILocation, IComparable, ICloneable, IEquatable<ILocation>

The ZLocation type exposes the following members.

Constructors
  NameDescription
Public methodZLocation(ILocation)
Initializes a new instance of the ZLocation class
Public methodZLocation(String, Double)
Initializes a new instance of the ZLocation class
Top
Properties
  NameDescription
Public propertyChainage (Inherited from Location.)
Public propertyExtensionData (Inherited from Location.)
Public propertyID (Inherited from Location.)
Public propertyZ
Top
Methods
  NameDescription
Public methodClone
Public methodCompareTo (Inherited from Location.)
Public methodEquals(Object) (Inherited from Location.)
Public methodEquals(ILocation) (Inherited from Location.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFromString (Inherited from Location.)
Public methodGetHashCode (Inherited from Location.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIDCompareTo (Inherited from Location.)
Public methodIDEquals(ILocation) (Inherited from Location.)
Public methodIDEquals(ILocationSpan) (Inherited from Location.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Inherited from Location.)
Public methodToStringInUserUnits (Inherited from Location.)
Top
Fields
  NameDescription
Protected field_chainage (Inherited from Location.)
Protected field_id (Inherited from Location.)
Top
Extension Methods
See Also