IQGridPoint Interface

Interface to QGridPoint. If access to QGridPoint is needed from outside the network engine, then it should happen through this interface.

Definition

Namespace: DHI.Mike1D.Engine
Assembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface IQGridPoint : IGridPoint
Implements
IGridPoint

Properties

Location Location of grid point
(Inherited from IGridPoint)
PointIndex Index in list of gridpoints
(Inherited from IGridPoint)

See Also