Click or drag to resize

ToggleMeasureCommand Class

Base command that toggles some parameter (Checked/Unchecked).
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandMeasurementsCommandProperties
        MediaCy.Addins.MeasurementsBaseOptionsCommandMeasurementsCommandProperties
          MediaCy.Addins.MeasurementsMeasurementsOptionsCommandMeasurementsCommandProperties
            MediaCy.Addins.MeasurementsMeasurementsCommand
              MediaCy.Addins.MeasurementsToggleMeasureCommand
                MediaCy.Addins.MeasurementsObjectWindowViewTopLocationCommand
                MediaCy.Addins.MeasurementsShowOverlayCommand

Namespace:  MediaCy.Addins.Measurements
Assembly:  MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
Syntax
VB
Public Class ToggleMeasureCommand
	Inherits MeasurementsCommand

The ToggleMeasureCommand type exposes the following members.

Constructors
  NameDescription
Public methodToggleMeasureCommand
Initializes a new instance of the ToggleMeasureCommand class
Public methodToggleMeasureCommand(McCommand)
Initializes a new instance of the ToggleMeasureCommand class
Public methodToggleMeasureCommand(McCommand, Image, Image)
Create new command and define images
Top
Properties
  NameDescription
Public propertyChecked
Checked property
Public propertyCheckState
Check state defines the next operation. If it's mcCheckState.Indeterminate then the command will toggle the state, otherwise it will set corresponded state.
Public propertyOnOff
On/off property.
Top
Remarks