When working with NET modules, the table names of feature classes are occasionally required in order to load and stylize them in the display model, for example.
The NET data model is subject to certain dynamics. For this reason, we provide you with an SQL query that you can use at any time to retrieve feature classes and the corresponding
table names from your project.
The SQL query is as follows:
SELECT CAPTION, TABLENAME FROM TB_GN_DIALOG ORDER BY CAPTION;
Result (excerpt)
CAPTION | TABLENAME |
FO cable section | TC_FO_CABLE |
FO cable loop | TC_FO_CABLE_LOOP |
FO cable-loop type | TC_FO_CABLE_LOOP_TYPE_TBD |
FO cable type | TC_FO_CABLE_MODEL |
Procedure
You run the SQL query in Administrator. Open the corresponding project in Map3D Administrator and start the SQL application via Industry model > SQL Sheet.
Enter the SQL query in the upper part of the form and start it with the green arrow or Run or F5.
The result is a list of the feature classes and the associated table names. You can export them to any text document by copying and pasting them.