Click or drag to resize

IPointScattererService Interface

Represents an object which behaves like a point scatterer of signals.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public interface IPointScattererService : ISignalTransmissionService, 
	IIdentifiableTransmitterService

The IPointScattererService type exposes the following members.

Properties
  NameDescription
Public propertyIdentifier
Gets the identifier for this transmitter's signals.
(Inherited from IIdentifiableTransmitterService.)
Top
Methods
  NameDescription
Public methodGetSignalTransmissionAxes
Gets the Axes associated with signal transmission.
(Inherited from ISignalTransmissionService.)
Public methodGetSignalTransmissionEvaluator
Get an evaluator which can produce the signal after transmission.
(Inherited from ISignalTransmissionService.)
Top
See Also