OpenSetFromFolder Class

Opens an image set document from the files contained in sub-folders of the specified location.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneOutputCommandIMcDocument
          MediaCy.Commands.DocumentOpenSetFromFolder

Namespace:  MediaCy.Commands.Document
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class OpenSetFromFolder
	Inherits OneOutputCommand(Of IMcDocument)

The OpenSetFromFolder type exposes the following members.

Constructors
  NameDescription
Public methodOpenSetFromFolder
Initializes a new instance of the OpenSetFromFolder class
Public methodOpenSetFromFolder(McCommand)
Initializes a new instance of the OpenSetFromFolder class
Top
Properties
  NameDescription
Public propertyFolderName
The name of the folder.
Public propertySetDimension
Dimension of the new set. (currently only mcisdDefault, mcisdZ and mcisdSite are supported)
Public propertyVisible
Makes the document(s) visible if true.
Top
Remarks