Click or drag to resize

UnlockCommand Class

Unlocks/locks objects created by the Count operation.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandMeasurementsCommandProperties
        MediaCy.Addins.MeasurementsBaseOptionsCommandMeasurementsCommandProperties
          MediaCy.Addins.MeasurementsMeasurementsOptionsCommandMeasurementsCommandProperties
            MediaCy.Addins.MeasurementsMeasurementsCommand
              MediaCy.Addins.MeasurementsUnlockCommand

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

The UnlockCommand type exposes the following members.

Constructors
  NameDescription
Public methodUnlockCommand
Initializes a new instance of the UnlockCommand class
Public methodUnlockCommand(McCommand)
Initializes a new instance of the UnlockCommand class
Top
Properties
  NameDescription
Public propertyLock
Lock/Unlock flag
Top
Methods
  NameDescription
Public methodSetFromImage
Set command status from image and measurements on that image
Top
Remarks
The unlocked objects can be moved or modified.
See Also