Click or drag to resize

LinkHelperGetDisplacementVectorByRole Method (ILinkService, LinkRole)

Gets the displacement vector for a given link and role.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static VectorDisplacement GetDisplacementVectorByRole(
	ILinkService link,
	LinkRole role
)

Parameters

link
Type: AGI.Foundation.AccessILinkService
The link.
role
Type: AGI.Foundation.AccessLinkRole
The role for which to obtain the displacement vector.

Return Value

Type: VectorDisplacement
The displacement vector.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when link is .
ArgumentException Thrown when role is not Transmitter or Receiver.
See Also