Gets the number of ShapeFile layers in the SFMap Control
Namespace:
EGIS.Controls
Assembly:
EGIS.Controls (in EGIS.Controls.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property ShapeFileCount As Integer |
| C# |
|---|
public int ShapeFileCount { get; } |
| Visual C++ |
|---|
public:
property int ShapeFileCount {
int get ();
} |
See Also