NavigationSignal.ChannelLink Property |
Gets or sets the link connecting this channel to the satellite's transmitter.
Namespace:
AGI.Foundation.Navigation.Advanced
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ExtensibleObject ChannelLink { get; set; }
Public Property ChannelLink As ExtensibleObject
Get
Set
public:
property ExtensibleObject^ ChannelLink {
ExtensibleObject^ get ();
void set (ExtensibleObject^ value);
}
member ChannelLink : ExtensibleObject with get, set
Property Value
Type:
ExtensibleObject
See Also