Click or drag to resize

ToolCommand Class

Activates tracking tool.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandMcTrackingDocument
          MediaCy.Addins.TrackingTrackingDocCommand
            MediaCy.Addins.TrackingToolCommand

Namespace:  MediaCy.Addins.Tracking
Assembly:  MediaCy.Addins.Tracking (in MediaCy.Addins.Tracking.dll) Version: 3.1.0.0
Syntax
VB
Public Class ToolCommand
	Inherits TrackingDocCommand

The ToolCommand type exposes the following members.

Constructors
  NameDescription
Public methodToolCommand
Initializes a new instance of the ToolCommand class
Public methodToolCommand(String)
Initializes a new instance of the ToolCommand class
Public methodToolCommand(McCommand)
Initializes a new instance of the ToolCommand class
Top
Properties
  NameDescription
Public propertyToggle
A three states value controlling the panel visibility. When CheckState is Indeterminate, the panel is toggled.
Public propertyTool
The type of measurement that this tool is creating.
Top
Remarks