sortingOperationsSequence Property

Summary

Gets or sets the sort operation class.

Syntax

JavaScript Syntax
Object.defineProperty(Cell.prototype, 'sortingOperationsSequence', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
sortingOperationsSequence: SortingOperation[]; 

Property Value

The SortingOperation that represents the sorting operation class used to sort images (frames) inside the cell given various attributes.

Remarks

The default value for this sorting operation is that it arranges the images by axis in an ascending order.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly