public IReadOnlyList<Association> GetAssociations( Element element, AssociationType associationType )
Public Overloads Function GetAssociations( _ ByVal element As Element, _ ByVal associationType As AssociationType _ ) As IReadOnlyList(Of Association)
Parameters
- element
- The Element that represents the row whose associations are to be returned.
- associationType
- The AssociationType of associations to return.
Return Value
A list of Association of type associationType if available. Otherwise, an empty list is returned.