Returns the currently selected ShapeFile in the controls list of shapefiles

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

Syntax

Visual Basic
Public ReadOnly Property SelectedShapeFile As ShapeFile
	Get
C#
public ShapeFile SelectedShapeFile { get; }
Visual C++
public:
property ShapeFile^ SelectedShapeFile {
	ShapeFile^ get ();
}
JavaScript
function get_selectedShapeFile();

See Also