LinkHelperGetOppositeLinkEnd Method |
Given a
LinkRole, returns the
LinkRole representing the
opposite end of the link.
Namespace:
AGI.Foundation.Access
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static LinkRole GetOppositeLinkEnd(
LinkRole role
)
Public Shared Function GetOppositeLinkEnd (
role As LinkRole
) As LinkRole
public:
static LinkRole GetOppositeLinkEnd(
LinkRole role
)
static member GetOppositeLinkEnd :
role : LinkRole -> LinkRole
Parameters
- role
- Type: AGI.Foundation.AccessLinkRole
The link role for which to obtain the opposite end.
Return Value
Type:
LinkRoleThe opposite end of the link.
Exceptions See Also