ScalarReceivedIsotropicPowerLinkEnd Property |
Gets or sets the enumeration indicating that this scalar is evaluated at the
Receiver of the
communication link. Note that this value cannot be modified.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic override LinkRole LinkEnd { get; set; }Public Overrides Property LinkEnd As LinkRole
Get
Set
public:
virtual property LinkRole LinkEnd {
LinkRole get () override;
void set (LinkRole value) override;
}abstract LinkEnd : LinkRole with get, set
override LinkEnd : LinkRole with get, set
Property Value
Type:
LinkRole
Exceptions| Exception | Condition |
|---|
| InvalidOperationException | Thrown when this property is set. |
See Also