• JMap.Layer.getTables

    Returns an array of JMap tables available in the current project.

    If no project is loaded, it returns an empty array.

    Returns JTable[]

    An array of JTable objects representing the tables in the current project.

    Example

    // Retrieves all JMap tables
    JMap.Layer.getTables();