Class NumericDisplayServiceClient
Inheritance
System.Object
NumericDisplayServiceClient
Implements
System.IDisposable
Inherited Members
Namespace: MAT.Atlas.Automation.Client.Services
Assembly: MAT.Atlas.Automation.Client.dll
Syntax
public sealed class NumericDisplayServiceClient : AutomationServiceClientNoCallbackBase<NumericDisplayServiceClient, INumericDisplayService>, IAutomationServiceMethodHandlers<INumericDisplayService>, IDisposable, INumericDisplayServiceClient
Constructors
NumericDisplayServiceClient()
Declaration
public NumericDisplayServiceClient()
Methods
GetNumericDisplayParameters(ObjectId)
Declaration
public NumericDisplayParameter[] GetNumericDisplayParameters(ObjectId displayId)
Parameters
| Type | Name | Description |
|---|---|---|
| ObjectId | displayId |
Returns
| Type | Description |
|---|---|
| NumericDisplayParameter[] |
Implements
System.IDisposable