CommunicationSystemCreatePropagationGraph Method |
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic SignalPropagationGraph CreatePropagationGraph()
Public Function CreatePropagationGraph As SignalPropagationGraph
public:
SignalPropagationGraph^ CreatePropagationGraph()
member CreatePropagationGraph : unit -> SignalPropagationGraph
Return Value
Type:
SignalPropagationGraphA
SignalPropagationGraph for this system.
Exceptions| Exception | Condition |
|---|
| PropertyInvalidException |
Thrown when any of the following are :
- Transmitter or Receiver in each link.
- LocationPoint on any transmitter or receiver.
- OrientationAxes on any non-isotropic transmitter or receiver.
|
| InvalidOperationException |
Thrown when any item in
Links, ReceiveFromAll or TransmitToAll properties is null.
|
| ServiceNotAvailableException |
Throw when any required services are missing from an object.
|
See Also