sortingOperationsSequence Property

Summary

Gets or sets the sort operation class.

Syntax
TypeScript
JavaScript
Object.defineProperty(Cell.prototype, 'sortingOperationsSequence', 
	get: function(), 
	set: function(value) 
) 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly