User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_paramssection.visible

Table of Contents

TGIS_ParamsSection.Visible property

DK11 for Python | tatukgis.pdk.TGIS_ParamsSection.Visible | Constructors | Methods | Properties

Checks whether a layer section is visible. Combined with other properties like MinLevel / MaxLevel or MinScale / MaxScale can define a rule that determinates the layer visibility.

Available also on: Delphi | .NET | Java | ActiveX.

Syntax

# Python
@property
def Visible(
  self
) -> bool: 
 
@Visible.setter
def Visible(
  self,
  _value: bool
) -> None: 

Value

Type
bool

Remarks

Unused on a shape level.

2023/08/09 01:57

Page Tools