leConvertMosaicToModgen
leConvertMosaicToModgen(d_mosaicId|ld_mosaicId) =>d_modgenId|ld_modgenId/nil
Description
Converts one or more selected mosaics into one or more modgens.
Arguments
Value Returned
Examples
Select one or more mosaics on the canvas then run command:
leConvertMosaicToModgen(geGetSelSet())
The function returns the list of database IDs of all converted modgens. In case, no modgen is converted, the function returns nil.
Return to top