IRes1DStructures Interface

Interface for a list of IRes1DStructure's Required for generic list COM interop

Definition

Namespace: DHI.Mike1D.ResultDataAccess
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface IRes1DStructures : IEnumerable<IRes1DStructure>, 
	IEnumerable
Implements
IEnumerableIRes1DStructure, IEnumerable

Properties

Count The number of IRes1DStructure's in the list
Item Get or set the IRes1DStructure at the specified index in the list

Methods

Add Add a IRes1DStructure to the list
Clear Removes all elements from the List.
Contains Determines whether the list contains a specific value.
Find Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire List.
GetEnumeratorReturns an enumerator that iterates through the collection.
(Inherited from IEnumerableIRes1DStructure)
IndexOf Searches for the specified object and returns the zero-based index of the first occurrence within the entire List.
Remove Removes the first occurrence of a specific object from the List.
RemoveAt Removes the element at the specified index of the List.
ToArray Copies all elements of the list to an array.

See Also