Counts the number of topologies.
int
tpm_acqty(
int source,
int loaded);
Returns the number of topologies or an error code.
source | The source flag, either 1 (count topologies in current and source drawings) or 0 (count topologies in current drawing only). The default is 0. |
loaded | The loaded in memory flag, either 1 (count only topologies in memory) or 0 (count all topologies). The default is 0. |