Gets the ShapeFile with the specified file path
Namespace:
EGIS.Controls
Assembly:
EGIS.Controls (in EGIS.Controls.dll)
Syntax
Visual Basic |
---|
Public ReadOnly Default Property Item ( _
shapeFilePath As String _
) As ShapeFile
Get |
C# |
---|
public ShapeFile this[
string shapeFilePath
] { get; } |
Visual C++ |
---|
public:
property ShapeFile^ default[String^ shapeFilePath] {
ShapeFile^ get (String^ shapeFilePath);
} |
JavaScript |
---|
function get_item(shapeFilePath);
|
Parameters
- shapeFilePath
- Type: System..::..String
Return Value
See Also