Click or drag to resize

MorphoCloseSelectedCommand Class

Applies morphological Open operation to selected regions. Use this operation to separate neighboring features if they are connected by a narrow path.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandMeasurementsCommandProperties
        MediaCy.Addins.MeasurementsBaseOptionsCommandMeasurementsCommandProperties
          MediaCy.Addins.MeasurementsMeasurementsOptionsCommandMeasurementsCommandProperties
            MediaCy.Addins.MeasurementsMeasurementsCommand
              MediaCy.Addins.MeasurementsGrowOrShrinkSelectedCommand
                MediaCy.Addins.MeasurementsMorphoCloseSelectedCommand

Namespace:  MediaCy.Addins.Measurements
Assembly:  MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
Syntax
VB
Public Class MorphoCloseSelectedCommand
	Inherits GrowOrShrinkSelectedCommand
Constructors
  NameDescription
Public methodMorphoCloseSelectedCommand
Initializes a new instance of the MorphoCloseSelectedCommand class
Public methodMorphoCloseSelectedCommand(String)
Initializes a new instance of the MorphoCloseSelectedCommand class
Public methodMorphoCloseSelectedCommand(McCommand, String)
Initializes a new instance of the MorphoCloseSelectedCommand class
Top
Remarks