RelationTableA, BrelateA Method (A) |
Looks in the table for object a, and finds the object b 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 relateA (
a As A
) As B
Parameters
- a
- Type: A
Input object
Return Value
Type:
B[Missing <returns> documentation for "M:DHI.Mike1D.Generic.RelationTable`2.relateA(`0)"]
See Also