Namespace:
EGIS.Web.Controls
Assembly:
EGIS.Web.Controls (in EGIS.Web.Controls.dll)
Syntax
Visual Basic |
---|
Protected Overridable Function OutputTileFeature ( _
shapeFile As ShapeFile, _
recordIndex As Integer, _
tileZ As Integer, _
tileX As Integer, _
tileY As Integer _
) As Boolean |
C# |
---|
protected virtual bool OutputTileFeature(
ShapeFile shapeFile,
int recordIndex,
int tileZ,
int tileX,
int tileY
) |
Visual C++ |
---|
protected:
virtual bool OutputTileFeature(
ShapeFile^ shapeFile,
int recordIndex,
int tileZ,
int tileX,
int tileY
) |
JavaScript |
---|
function outputTileFeature(shapeFile, recordIndex, tileZ, tileX, tileY); |
Parameters
- shapeFile
- Type: EGIS.ShapeFileLib..::..ShapeFile
- recordIndex
- Type: System..::..Int32
- tileZ
- Type: System..::..Int32
- tileX
- Type: System..::..Int32
- tileY
- Type: System..::..Int32
See Also