Field-Map Scripting

4.4.2.2 IsLayerPageVisible

IsLayerPageVisible function


Prototype:

function IsLayerPageVisible (const LayerName_ :string) : boolean;

Description:

Checks whether the layer page is set to visible or not.

Syntax:

variable := Project.IsLayerPageVisible(LayerName);


Part

Description


variable

variable declared as boolean


Project

A reference to the Field-Map project as defined in Field-Map Project Manager


LayerName

The string specifying the name of the Field-Map layer

Return value:

True/false



See also:

GoToLayerPage; IsLayerPageVisible