CommunicationLinkSignalDataTCommunicationLink 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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
IServiceProviderSee Also