RelationTableA, BrelateB(B) Method

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

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public A relateB(
	B b
)

Parameters

b  B
Input object

Return Value

A

[Missing <returns> documentation for "M:DHI.Mike1D.Generic.RelationTable`2.relateB(`1)"]

See Also