CommunicationObjectScalarCommunicationObject 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 CommunicationObject { get; set; }
Public Property CommunicationObject As IServiceProvider
Get
Set
public:
property IServiceProvider^ CommunicationObject {
IServiceProvider^ get ();
void set (IServiceProvider^ value);
}
member CommunicationObject : IServiceProvider with get, set
Property Value
Type:
IServiceProviderSee Also