User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_layervector.scope

Table of Contents

TGIS_LayerVector.Scope property

Syntax

# Python
@property
def Scope(
  self
) -> str: 
 
@Scope.setter
def Scope(
  self
  _value: str
) -> None: 

Value

Type
str

Remarks

Use this property as a SQL-like query (WHERE clause) to limit active layer objects. Treat is as a filter.

2022/11/21 01:51

Page Tools