![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
This class represents a single result from a pick method call on a Drawing Surface.
It may not be created or destroyed by the user.
The results may be invalided by the next draw call to the Drawing Surface.
Public Member Functions | |
TSLClientCustomPickResult * | getClientCustomPickResult () const |
TSLClientCustomPickResult * | release () |
![]() | |
TSLPickResultEnum | queryType () const |
const char * | getDataLayer () const |
Static Public Member Functions | |
static const TSLPickResultCustom * | isType (const TSLPickResult *result) |
TSLClientCustomPickResult * TSLPickResultCustom::getClientCustomPickResult | ( | ) | const |
Gets the TSLClientCustomPickResult that was picked.
|
static |
Checks to see if the pick result if of this type and if so, returns a pointer to the object of the correct type.
result | Result to query type of. |
TSLClientCustomPickResult * TSLPickResultCustom::release | ( | ) |
Release the TSLClientCustomPickResult ownership to the application.
Returns TSLClientCustomPickResult pointer to the application. The application will own the data and you will not be able to query the data from this object again.