RelationTableA, BrelateA(A) Method

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

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 B relateA(
	A a
)

Parameters

a  A
Input object

Return Value

B

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

See Also