Click or drag to resize

DataTableNDOptionsCommand Class

Sets Base Data Table options command.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandProperties
        MediaCy.Viewers.NDBaseViewNDOptionsCommandProperties
          MediaCy.Viewers.NDDataTableNDOptionsCommand

Namespace:  MediaCy.Viewers.ND
Assembly:  MediaCy.Viewers.ND (in MediaCy.Viewers.ND.dll) Version: 3.1.0.0
Syntax
VB
Public Class DataTableNDOptionsCommand
	Inherits BaseViewNDOptionsCommand(Of Properties)

The DataTableNDOptionsCommand type exposes the following members.

Constructors
  NameDescription
Public methodDataTableNDOptionsCommand
Initializes a new instance of the DataTableNDOptionsCommand class
Public methodDataTableNDOptionsCommand(McCommand)
Initializes a new instance of the DataTableNDOptionsCommand class
Public methodDataTableNDOptionsCommand(McCommand, Object)
Initializes a new instance of the DataTableNDOptionsCommand 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