JMap.Layer.getTables
Returns an array of JMap tables available in the current project.
If no project is loaded, it returns an empty array.
An array of JTable objects representing the tables in the current project.
JTable
// Retrieves all JMap tablesJMap.Layer.getTables(); Copy
// Retrieves all JMap tablesJMap.Layer.getTables();
JMap.Layer.getTables
Returns an array of JMap tables available in the current project.
If no project is loaded, it returns an empty array.