Click or drag to resize

CollectorCommands Class

Provides a set of collector related commands.
Inheritance Hierarchy
SystemObject
  MediaCy.Automation.Measure.DataCollectorCommands

Namespace:  MediaCy.Automation.Measure.Data
Assembly:  MediaCy.Automation (in MediaCy.Automation.dll) Version: 1.0.0.0
Syntax
VB
Public NotInheritable Class CollectorCommands

The CollectorCommands type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAutoCollect
Toggles the Auto-collect option. When this option is on the data is collected automatically on Count or Image changed event.
Public propertyStatic memberClear
Clears data collector.
Public propertyStatic memberCollect
Collects data from the given input. If Input is empty, all selected images are used.
Public propertyStatic memberCollectAllFrames
Collects data from all frames of the active document.
Public propertyStatic memberGetData
Returns DataSet with data of DataCollector.
Public propertyStatic memberOpen
Loads data collector data set from a file.
Public propertyStatic memberOptions
Sets data collector options.
Public propertyStatic memberRemoveLast
Removes last collection.
Public propertyStatic memberSave
Saves data collector data to a file.
Public propertyStatic memberSyncAndCollect
Sync measurements from given data provider and collects data.
Public propertyStatic memberTab
Activate data collector tab in the ribbon
Top
See Also