Click or drag to resize

IEngineDataT Interface

Interface for a set of engine data

Namespace:  DHI.Mike1D.Engine.ModuleData
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public interface IEngineData<T> : IVectorGetter<T>

Type Parameters

T

The IEngineDataT type exposes the following members.

Properties
  NameDescription
Public propertyElementCount
Number of element values
Public propertyElementValues
Element values as array
Public propertyItem
Element value by index
Top
Methods
See Also