sds_tblsearch

struct sds_resbuf *sds_tblsearch (const char *tblname, const char *symbol, int flag);


Search a table for a symbol.


This function obtains information about a known symbol from a drawing tblname. After entering in the tblname argument and the known symbol name, a list is returned containing dotted pairs for the symbol.

The flag (when set non-nil, such as 1) lets the sds_tblnext function retrieve the next item in the table:

The list returned is exactly like that returned from sds_tblnext.

This function returns the data as a linked list of result buffers, using DXF group codes and values. Otherwise, it returns NULL.

Tell me about...

Programming Overview of SDS™ (Solutions Development System™)