ResultDataSearchFindStructures Method

Find all structure with given structureId.

More than one structure can have the same Id. This can happen for urban type setups where several structures of different type can have same Id, e.g. a weir and a pump.

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 IList<Res1DStructureLocation> FindStructures(
	string structureId
)

Parameters

structureId  String
Id of structure

Return Value

IListRes1DStructureLocation
Structures, or null if not found

See Also