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