Click or drag to resize

TableCommands Class

Provides a set of table related commands.
Inheritance Hierarchy
SystemObject
  MediaCy.Automation.Measure.MeasurementsTableCommands

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

The TableCommands type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberClassifyByGroup
Classifies all features according to the group in the measurement table.
Public propertyStatic memberCollapse
Collapse or Expand group rows of measurement data tables.
Public propertyStatic memberCopyToClipboard
Copies measurement table to clipboard.
Public propertyStatic memberGetData
Returns data table with values.
Public propertyStatic memberOptions
Sets Base Data Table options command.
Public propertyStatic memberSaveAsText
Saves measurement table to a file.
Public propertyStatic memberSendToExcel
Sends measurement table to Excel.
Public propertyStatic memberSetupGroupStats
Sets group statistics options. Configures statistical pane to view statistics by group, activates grouping by class, adds Percent Area Parent measurements to the list of measurements and activates statistics per group.
Public propertyStatic memberSort
Sorts data table based on the values in the given column.
Top
See Also