returns the number of layers in the SFMap Control

Namespace:  EGIS.Web.Controls
Assembly:  EGIS.Web.Controls (in EGIS.Web.Controls.dll)

Syntax

Visual Basic
Public ReadOnly Property LayerCount As Integer
	Get
C#
public int LayerCount { get; }
Visual C++
public:
property int LayerCount {
	int get ();
}
JavaScript
function get_layerCount();

See Also