returns the number of layers in the SFMap Control
Namespace:
EGIS.Web.ControlsAssembly: 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(); |