Removes the specifed ShapeFile from the SFMap control

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

Syntax

Visual Basic
Public Sub RemoveShapeFile ( _
	shapeFile As ShapeFile _
)
C#
public void RemoveShapeFile(
	ShapeFile shapeFile
)
Visual C++
public:
void RemoveShapeFile(
	ShapeFile^ shapeFile
)
JavaScript
function removeShapeFile(shapeFile);

Parameters

shapeFile
Type: EGIS.ShapeFileLib..::..ShapeFile

See Also