Click or drag to resize

DataTableOptionsCommand Class

Sets Base Data Table options command.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandDataTableOptionsCommandProperties
        MediaCy.Addins.MeasurementsBaseOptionsCommandDataTableOptionsCommandProperties
          MediaCy.Addins.MeasurementsMeasurementsOptionsCommandDataTableOptionsCommandProperties
            MediaCy.Addins.MeasurementsDataTableOptionsCommand

Namespace:  MediaCy.Addins.Measurements
Assembly:  MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
Syntax
VB
Public Class DataTableOptionsCommand
	Inherits MeasurementsOptionsCommand(Of DataTableOptionsCommandProperties)

The DataTableOptionsCommand type exposes the following members.

Constructors
  NameDescription
Public methodDataTableOptionsCommand
Initializes a new instance of the DataTableOptionsCommand class
Public methodDataTableOptionsCommand(McCommand)
Initializes a new instance of the DataTableOptionsCommand class
Public methodDataTableOptionsCommand(McCommand, Object)
Initializes a new instance of the DataTableOptionsCommand class
Top
Properties
  NameDescription
Public propertyCollapseGroups
Automatically collapse groups after table update.
Public propertyEnableGrouping
Enable grouping in the table.
Public propertyGroupingKeys
Grouping keys that are used to group features. The keys is a comma separated string of measurement names.
Public propertyShowGroupStatistics
Show statistics by group in the statistical pane.
Public propertyShowStatistics
Show/Hide statistics
Public propertyShowStatisticsOnly
Show only statistical pane.
Public propertyTotalRowFunction
Defines total row function that shows group statistics.
Top
Methods
  NameDescription
Public methodApplyProperties (Overrides BaseObjectCommand.ApplyProperties(Object).)
Public methodStatic memberFromObject
Creates new command and reads current values.
Top
Remarks