ScalarAntennaGainInLinkDirection.LinkEnd Property |
Gets or sets the enumeration indicating at which end of the link to evaluate the antenna gain.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.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
See Also