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.
# Python @property def Visible( self ) -> bool: @Visible.setter def Visible( self, _value: bool ) -> None:
Type |
---|
bool |