Click or drag to resize

INetworkDataSet<T> Interface

A set of network data.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface INetworkDataSet<T> : IEnumerable<INetworkData<T>>, 
	IEnumerable

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:DHI.Mike1D.Generic.INetworkDataSet`1"]

The INetworkDataSet<T> type exposes the following members.

Methods
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable<INetworkData<T>>.)
Public methodNetworkData
Public methodOffers
List of data types that is offered
Top
See Also