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 (Declaration)
Public ReadOnly Property LayerCount As Integer
C#
public int LayerCount { get; }
Visual C++
public:
property int LayerCount {
	int get ();
}

See Also