KmlMgMatrixQuery
Query matrix information.
Interface Definition
C interface:
void KmlMgMatrixQuery(KmlMgMatrixH matrix, KmlMgMatrixInfo* info);
Parameters
Parameter |
Type |
Description |
Input/Output |
|---|---|---|---|
matrix |
KmlMgMatrixH |
Matrix handle created by KmlMgMatrixCreate |
Input/Output |
info |
KmlMgMatrixInfo* |
Matrix information results for user queries |
Input |
Structure Description
KmlMgMatrixInfo
Field |
Type |
Description |
|---|---|---|
fieldMask |
uint64_t |
Mask that determines to which fields the configuration is applied. If a bit is set to 1, its corresponding field uses a specified value. If a bit is set to 0, its corresponding field uses the default value. See the individual field description for configurable mask bits. |
store |
KmlMgMatrixStore |
For details, see KmlMgMatrixStore. Mask bit: KML_MG_MATRIX_INFO_STORE |
Parent topic: HMG