Click or drag to resize

Apply Class

Applies the collection to the image.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Commands.Features.FeaturesManagerApply

Namespace:  MediaCy.Commands.Features.FeaturesManager
Assembly:  MediaCy.Commands.Features (in MediaCy.Commands.Features.dll) Version: 3.1.0.0
Syntax
VB
Public Class Apply
	Inherits OneInputCommand(Of Object)

The Apply type exposes the following members.

Constructors
  NameDescription
Public methodApply
Initializes a new instance of the Apply class
Public methodApply(String)
Initializes a new instance of the Apply class
Public methodApply(McCommand)
Initializes a new instance of the Apply class
Top
Properties
  NameDescription
Public propertyCollection
Index of the source collection (if = -1 - all collections).
Public propertyFeature
Index of the source feature in the collection (if = -1 - all features).
Public propertyItem
Index of the source object in the feature (if = -1 - all objects).
Top
Remarks