ResultDataSearchFindStructure(String) Method
Find location of structure with given
structureId
If more than one structure exists with the same Id, the first one found is returned.
This can happen for urban type setups where several structures of different type
can have same Id, e.g. a weir and a pump.
Namespace: DHI.Mike1D.ResultDataAccessAssembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
public ILocation FindStructure(
string structureId
)
- structureId String
- Id of structure
ILocationStructure location, or null if not found