DK11 for Python | tatukgis.pdk.TGIS_Layer.DrawSelectedEx | Constructors | Methods | Properties | Events
Draws only the selected item(s) on layer that are within a defined extent.
# Python def DrawSelectedEx( self, _extent: TGIS_Extent ) -> bool:
Name | Type | Description |
---|---|---|
_extent | TGIS_Extent | extent to be drawn |
Type | Description |
---|---|
bool | True if draw was performed |