TableCount
returns the number of active or of all objects of an object table
| Syntax | #(Keyword, Parameter 1 {,Parameter 2}) |
|---|---|
| Keyword | TableCount |
| Parameter 1 | <table_name>, see Table |
| Parameter 2 | a: just active objects, else all |
| Example | Comment |
|---|---|
| #(TableCount, PQ, a) | returns the number of active point sources in table „Point Source“ |
| #(TableCount, Strasse) | returns the number of all roads on table „Roads“ |