Gets the number of ShapeFile layers in the SFMap Control

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

Syntax

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

See Also