Rate This Document
Findability
Accuracy
Completeness
Readability

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

Dependencies

#include "mg.h"

For details about the sample code, see Examples.