Click or drag to resize

WindowCommandsQuickSaveForAnalysis Property

Saves image with all overlays into a file (typically TIF) and returns file name in Output.

Namespace:  MediaCy.Automation.Application
Assembly:  MediaCy.Automation (in MediaCy.Automation.dll) Version: 1.0.0.0
Syntax
VB
Public Shared ReadOnly Property QuickSaveForAnalysis ( 
	parent As McCommand
) As QuickSaveForAnalysis
	Get

Parameters

parent
Type: MediaCy.IQL.ApplicationMcCommand

Property Value

Type: QuickSaveForAnalysis
Remarks
The parameters for the path and file name are defined in QuickSaveAnalysis section of McSettings (Path,Prefix,Extension)
See Also