Click or drag to resize

IQGridPoint Interface

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

Namespace:  DHI.Mike1D.Engine
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface IQGridPoint : IGridPoint

The IQGridPoint type exposes the following members.

Properties
  NameDescription
Public propertyLocation
Location of grid point
(Inherited from IGridPoint.)
Public propertyPointIndex
Index in list of gridpoints
(Inherited from IGridPoint.)
Top
See Also