Click or drag to resize

RelationTableA, BrelateB Method (B, A)

Looks in the table for object b, and finds the object a that is related. Returns true if found, false if not found. Remark: Named relateB, since, if A and B is same type then relateA and relateB can not be distinguished without the A/B in the end

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public bool relateB(
	B b,
	out A a
)

Parameters

b
Type: B
Input object
a
Type: A
Output object that relates to b

Return Value

Type: Boolean
True if there is a relation, false if no relation exist
See Also