RelationTableA, BrelateB Method (B) |
Looks in the table for object b, and finds the object a that
is related. Returns the found object, or throws an exception if not found
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax Public Function relateB (
b As B
) As A
Parameters
- b
- Type: B
Input object
Return Value
Type:
A[Missing <returns> documentation for "M:DHI.Mike1D.Generic.RelationTable`2.relateB(`1)"]
See Also