|
CartoType C++ API 7.8.2, 2022-03-25
for Windows, Linux, Qt and other platforms supporting C++ development
|
#include <cartotype_map_object.h>
Public Attributes | |
| CString | iKey |
| CString | iValue |
| size_t | iStart |
| size_t | iEnd |
Information returned by GetMatch.
| size_t CartoType::CMapObject::CMatch::iEnd |
The end position of the matched text within the value.
| CString CartoType::CMapObject::CMatch::iKey |
The name of the attribute in which the matched text was found.
| size_t CartoType::CMapObject::CMatch::iStart |
The start position of the matched text within the value.
| CString CartoType::CMapObject::CMatch::iValue |
The value of the attribute in which the matched text was found.