Click or drag to resize

Add Class

Adds a new collection to Features Manager.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Commands.Features.FeaturesManagerAdd

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

The Add type exposes the following members.

Constructors
  NameDescription
Public methodAdd
Initializes a new instance of the Add class
Public methodAdd(String)
Initializes a new instance of the Add class
Public methodAdd(McCommand)
Initializes a new instance of the Add class
Top
Properties
  NameDescription
Public propertyCollection
Destination collection index.
Public propertyFeature
Destination feature index.
Public propertyLiveOverlay
Public propertySource
Defines what to add into collection.
Top
Remarks