INetworkDataSetDouble Interface

An explicitly typed version of INetworkDataSetT of type double.

Required for COM interop

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface INetworkDataSetDouble : IEnumerable<INetworkDataDouble>, 
	IEnumerable
Implements
IEnumerableINetworkDataDouble, IEnumerable

Properties

Data List of network data available.

Methods

GetEnumeratorReturns an enumerator that iterates through the collection.
(Inherited from IEnumerableINetworkDataDouble)
NetworkData Return an INetworkDataT for the specified quantity.
Offers List of data types that is offered

See Also