CommunicationLinkSignalData<T>.CommunicationLink Property |
Gets or sets the object which provides the services needed to compute this scalar.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic IServiceProvider CommunicationLink { get; set; }
Public Property CommunicationLink As IServiceProvider
Get
Set
public:
property IServiceProvider^ CommunicationLink {
IServiceProvider^ get ();
void set (IServiceProvider^ value);
}
member CommunicationLink : IServiceProvider with get, set
Property Value
Type:
IServiceProvider
See Also