Click or drag to resize
AkModelFindRelation Method

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public AkRelation FindRelation(
	AkType parentType,
	AkType childType
)

Parameters

parentType
Type: Appkit.DataAkType
childType
Type: Appkit.DataAkType

Return Value

Type: AkRelation
See Also