Returns the number of sub-layers in the group.
Return value (int): the number of sub-layers in the groupReturns a layer in the group (starting at 0 for the first layer).
Return value (MohoLayer): a layer in the group id (int): index number of the layerReturns a layer in the group, ir order from furthest to nearest (starting at 0 for the furthest layer).
Return value (MohoLayer): a layer in the group id (int): depth index number of the layerTests whether the group is expanded in the Moho Layers window.
Return value (bool): true if expanded, otherwise falseExpands or contracts the group in the Moho Layers window.
Return value: none b (bool): true to expand, false to contractReturns the group's masking mode. See group masking mode constants.
Return value (int): the group's masking modeSets the group's masking mode. See group masking mode constants.
Return value: none mask (int): the group's masking modePerform a full depth sort on the group's sub-layers.
Return value: none doc (MohoDoc): the Moho documentPerform an incremental depth sort on the group's sub-layers.
Return value: none doc (MohoDoc): the Moho document