CommunicationObjectScalar.CommunicationObject 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 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:
IServiceProvider
See Also