Click or drag to resize

DigiPoint Class

Inheritance Hierarchy

Namespace:  DHI.Mike1D.NetworkDataAccess
Assembly:  DHI.Mike1D.NetworkDataAccess (in DHI.Mike1D.NetworkDataAccess.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public class DigiPoint : Coordinate

The DigiPoint type exposes the following members.

Constructors
  NameDescription
Public methodDigiPoint
Initializes a new instance of the DigiPoint class
Top
Properties
  NameDescription
Public propertyM (Inherited from Coordinate.)
Public propertyX (Inherited from Coordinate.)
Public propertyY (Inherited from Coordinate.)
Public propertyZ (Inherited from Coordinate.)
Top
Methods
  NameDescription
Public methodClone (Inherited from Coordinate.)
Public methodCompareTo(Object) (Inherited from Coordinate.)
Public methodCompareTo(ICoordinate) (Inherited from Coordinate.)
Public methodStatic memberCreate(Double, Double, Double, Boolean)
Public methodStatic memberCreate(Double, Double, Double, Double, Boolean)
Public methodDistanceSqXY (Inherited from Coordinate.)
Public methodDistanceSqXYZ (Inherited from Coordinate.)
Public methodDistanceXY (Inherited from Coordinate.)
Public methodDistanceXYZ (Inherited from Coordinate.)
Public methodEquals(Object) (Inherited from Coordinate.)
Public methodEquals(ICoordinate) (Inherited from Coordinate.)
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 methodGetHashCode (Inherited from Coordinate.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Inherited from Coordinate.)
Public methodUndefinedValue (Inherited from Coordinate.)
Top
Fields
  NameDescription
Public fieldFixedChainage
Top
See Also