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