MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laLayer_GetEnabled Function
MPLAB® Harmony Graphics Suite
laLayer_GetEnabled Function

Returns the boolean value of the layer enabled property

C
LIB_EXPORT laBool laLayer_GetEnabled(
    const laLayer* layer
);
Parameters
Parameters 
Description 
laLayer* 
the layer 
Returns

laBool - the flag value

MPLAB® Harmony Graphics Suite