Click or drag to resize

Remove Class

Removes the feature from the collection or removes the collection from Features Manager.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.Commands.Features.FeaturesManagerRemove

Namespace:  MediaCy.Commands.Features.FeaturesManager
Assembly:  MediaCy.Commands.Features (in MediaCy.Commands.Features.dll) Version: 3.1.0.0
Syntax
VB
Public Class Remove
	Inherits BaseCommand

The Remove type exposes the following members.

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