Click or drag to resize

DigiPoint Class

A coordinate that can specify whether the chainage has been user specified (fixed) or calculated.
Inheritance Hierarchy
SystemObject
  Coordinate
    DHI.Mike1D.NetworkDataAccessDigiPoint

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

The DigiPoint type exposes the following members.

Constructors
  NameDescription
Public methodDigiPoint
Initializes a new instance of the DigiPoint class
Top
Methods
  NameDescription
Public methodStatic memberCreate(Double, Double, Double, Boolean)
Create digipoint
Public methodStatic memberCreate(Double, Double, Double, Double, Boolean)
Create digipoint
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldFixedChainage
Digipoint is at a fixed chainage
Top
See Also