| ILinkService Interface | 
Namespace: AGI.Foundation.Access
 Syntax
SyntaxThe ILinkService type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Receiver | 
            Gets the object that is receiving.
             | 
|  | Transmitter | 
            Gets the object that is transmitting.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | 
            Clones this object using the specified context.
            (Inherited from ICloneWithContext.) | 
|  | GetOffsetToReceptionTimeEvaluator | 
            Gets an evaluator that, given a time at which something is transmitted by the Transmitter,
            evaluates the time at which it will be received by the Receiver.
            The time is expressed as an offset from the input time.
             | 
|  | GetOffsetToTransmissionTimeEvaluator | 
            Gets an evaluator that, given a time at which something is received at the Receiver,
            evaluates the time at which it was transmitted by the Transmitter.
            The time is expressed as an offset from the input time.
             | 
|  | GetReceiverDisplacementRelativeToTransmitter | 
            Gets a displacement vector that represents the displacement to the Receiver as observed
            by the Transmitter.
             | 
|  | GetTransmitterDisplacementRelativeToReceiver | 
            Gets a displacement vector that represents the displacement to the Transmitter as observed
            by the Receiver.
             | 
 See Also
See Also