# Python def MarkShape( self, _layer: TGIS_LayerAbstract, _shpid: int, _part: int, _color: TGIS_Color, _update: bool ) -> None:
| Name | Type | Description |
|---|---|---|
| _layer | TGIS_LayerAbstract | layer contained shape |
| _shpid | int | shape to be marked |
| _part | int | shape part to be marked, -1 if entire shape |
| _color | TGIS_Color | color used to mark shape |
| _update | bool | if True redraw scene after mark, do not redraw if False |