Click or drag to resize

Load Class

Loads the collections from the file.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.Commands.Features.FeaturesManagerLoad

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

The Load type exposes the following members.

Constructors
  NameDescription
Public methodLoad
Initializes a new instance of the Load class
Public methodLoad(String)
Initializes a new instance of the Load class
Public methodLoad(McCommand)
Initializes a new instance of the Load class
Top
Properties
  NameDescription
Public propertyAppend
Append or replace existing collections. If True than features from the file will be added to existing features, otherwise, existing features will be replaced with the features from the file.
Public propertyConfigFiles (Overrides McCommandExtended.ConfigFiles.)
Public propertyFileName
File name.
Top
Remarks