Click or drag to resize

SyncAndCollectCommand Class

Sync measurements from given data provider and collects data.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsSyncAndCollectCommand

Namespace:  MediaCy.Commands
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class SyncAndCollectCommand
	Inherits BaseCommand

The SyncAndCollectCommand type exposes the following members.

Constructors
  NameDescription
Public methodSyncAndCollectCommand
Initializes a new instance of the SyncAndCollectCommand class
Public methodSyncAndCollectCommand(McCommand)
Initializes a new instance of the SyncAndCollectCommand class
Top
Properties
  NameDescription
Public propertyAllFrames
If True - collect data from all frames, False - collect data from active frame only.
Public propertyClearCollector
If True - clear all data from Data Collector.
Public propertyClearMeasurements
If True - clear all existing measurements in Data Collector before Sync and Collect.
Public propertyDataProvider
Data provider name.
Public propertyShowDataTable
Show Data Collector table after collecting the data.
Top
Methods
  NameDescription
Public methodSaveSettings
Top
Remarks