User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_paramssection.visible

Table of Contents

TGIS_ParamsSection.Visible property

DK11 for Java | tatukgis.jdk.TGIS_ParamsSection.Visible | Constructors | Fields | 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 | ActiveX | Python.

Syntax

// Java
public bool getVisible();
 
public void setVisible(
  bool _value
);
// Oxygene
public
  property Visible : Boolean read write;

Value

Type
bool
Boolean

Remarks

Unused on a shape level.

2022/11/30 19:34

Page Tools