ImportSet Class

Import a list of image files and create a set document out of them.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneOutputCommandIMcDocument
          MediaCy.Commands.DocumentImportSet

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

The ImportSet type exposes the following members.

Constructors
  NameDescription
Public methodImportSet
Initializes a new instance of the ImportSet class
Top
Properties
  NameDescription
Public propertyFolder
Import folder name
Public propertyImageSetName
Imported Set's Name
Public propertyImports (Overrides McCommandImports.)
Public propertyReferences (Overrides McCommandReferences.)
Public propertySetChannels
List of channels
Public propertySetFiles
An array of filenames to open in the application.
Public propertySiteColumnCount
Number of plate columns
Public propertySiteRowCount
Number of plate rows
Public propertyVisible
Makes the document(s) visible if true.
Public propertyZSpacing
Space between each z plane.
Top
Methods
  NameDescription
Public methodStatic memberDoUpdateSetZPositionsFromSpacing
Public methodStatic memberFromDoc
Public methodStatic memberFromImageSet
Public methodStatic memberGetPlateProperties
Public methodSaveParameterAsCode (Overrides McCommand.SaveParameterAsCode(TextWriter, String, PropertyDescriptor, RecordingFlags).)
Public methodStatic memberSetPlateProperties
Public methodStatic memberUpdateSetPlateSiteNames
Top
See Also