imagesSortRatio function
Syntax
string   imagesSortRatio(filePathList, axesRatio)
string[] imagesSortRatio(filePaths, axesRatio)
Parameters
- filePathList (string)
String list with image files, seperated with ";" (also after the last entry). - filePaths (string[])
String array with image files. - axesRatio (selector)
xy, xz, yx, yz, zx, zy Defines which scope axes ratio is used as a reference.
Returns
A string list or a string array with all files in the input filePathList / filePaths, sorted in order how good they match the reference ratio (first is best, last is worst).
Description
Looks at all image files in the input filePathList / filePaths and sorts them depending on their ratio relative to the ratio of the two scope axes defined by axesRatio.
Related
- imageInfo function
- assetsSortRatio function
- assetsSortSize function
Copyright ©2008-2024 Esri R&D Center Zurich. All rights reserved.