DigiPoint Class

A coordinate that can specify whether the chainage has been user specified (fixed) or calculated.

Definition

Namespace: DHI.Mike1D.NetworkDataAccess
Assembly: DHI.Mike1D.NetworkDataAccess (in DHI.Mike1D.NetworkDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public class DigiPoint : Coordinate
Inheritance
Object    Coordinate    DigiPoint

Constructors

DigiPointInitializes a new instance of the DigiPoint class

Methods

Create(Double, Double, Double, Boolean) Create digipoint
Create(Double, Double, Double, Double, Boolean) Create digipoint
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)

Fields

FixedChainage Digipoint is at a fixed chainage

See Also