Click or drag to resize

IZLocation Interface

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 interface IZLocation : ILocation, 
	IComparable, ICloneable, IEquatable<ILocation>

The IZLocation type exposes the following members.

Properties
  NameDescription
Public propertyChainage (Inherited from ILocation.)
Public propertyID (Inherited from ILocation.)
Public propertyZ
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Public methodCompareTo
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from IComparable.)
Public methodEquals
Indicates whether the current object is equal to another object of the same type.
(Inherited from IEquatableILocation.)
Public methodFromString (Inherited from ILocation.)
Public methodIDCompareTo (Inherited from ILocation.)
Public methodIDEquals (Inherited from ILocation.)
Public methodToString (Inherited from ILocation.)
Public methodToStringInUserUnits (Inherited from ILocation.)
Top
Extension Methods
See Also