Click or drag to resize

QuickSaveForAnalysis Class

Saves image with all overlays into a file (typically TIF) and returns file name in Output.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandMcWindow, String
          MediaCy.Commands.WindowQuickSaveForAnalysis

Namespace:  MediaCy.Commands.Window
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class QuickSaveForAnalysis
	Inherits OneInputOneOutputCommand(Of McWindow, String)

The QuickSaveForAnalysis type exposes the following members.

Constructors
  NameDescription
Public methodQuickSaveForAnalysis
Initializes a new instance of the QuickSaveForAnalysis class
Top
Remarks
The parameters for the path and file name are defined in QuickSaveAnalysis section of McSettings (Path,Prefix,Extension)
See Also