ResultDataSearchFindStructure Method (String, String) |
Find location of structure with given
structureId and
structureType
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.
Namespace:
DHI.Mike1D.ResultDataAccess
Assembly:
DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public ILocation FindStructure(
string structureId,
string structureType
)
Public Function FindStructure (
structureId As String,
structureType As String
) As ILocation
public:
ILocation^ FindStructure(
String^ structureId,
String^ structureType
)
Parameters
- structureId
- Type: SystemString
Id of structure - structureType
- Type: SystemString
Type of structure. Can be "Pump", "Orifice",
Return Value
Type:
ILocationStructure location, or null if not found
See Also