Quantcast
Channel: MicroStation Programming Forum - Recent Threads
Viewing all articles
Browse latest Browse all 7260

[CONNECT C++] How to process Text in a cell?

$
0
0

How do one process TEXT/TEXT_NODES in a cell? It seems like one should be able to create a ITextQueryCP that could return the TextBlock(s) found in the cell. However, that doesn't seem to work:

 

ITextQueryCP textQueryHandler = eeh.GetITextQuery();
if (NULL == textQueryHandler)
	wprintf(L"Error: GetITextQuery()\n");
else
{
}

 

Also, I see that SymbologyReporter.h contains "GetTextInfo()" to (maybe) return an ITextQueryCP, but it is a "private" member, so one can't get to it...

 

Surely one doesn't have to use a child iterator ?

 

Bruce


Viewing all articles
Browse latest Browse all 7260

Trending Articles