Click or drag to resize

GrowOrShrinkSelectedCommand Class

Grow/shrink base command.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandMeasurementsCommandProperties
        MediaCy.Addins.MeasurementsBaseOptionsCommandMeasurementsCommandProperties
          MediaCy.Addins.MeasurementsMeasurementsOptionsCommandMeasurementsCommandProperties
            MediaCy.Addins.MeasurementsMeasurementsCommand
              MediaCy.Addins.MeasurementsGrowOrShrinkSelectedCommand
                MediaCy.Addins.MeasurementsGrowSelectedCommand
                MediaCy.Addins.MeasurementsMorphoCloseSelectedCommand
                MediaCy.Addins.MeasurementsMorphoOpenSelectedCommand
                MediaCy.Addins.MeasurementsShrinkSelectedCommand

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

The GrowOrShrinkSelectedCommand type exposes the following members.

Constructors
  NameDescription
Public methodGrowOrShrinkSelectedCommand
Initializes a new instance of the GrowOrShrinkSelectedCommand class
Public methodGrowOrShrinkSelectedCommand(String)
Initializes a new instance of the GrowOrShrinkSelectedCommand class
Public methodGrowOrShrinkSelectedCommand(McCommand, String)
Initializes a new instance of the GrowOrShrinkSelectedCommand class
Top
Properties
  NameDescription
Public propertyMaskClassIndex
Class of the objects used as mask. The parameter can be used with Grow to limit grows to the mask objects.
Public propertyOutput
The output derived measurement. The output is IList of McMMFeature
Top
Methods
  NameDescription
Public methodRun
Top
Remarks