User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_layer.collapsed

Table of Contents

TGIS_Layer.Collapsed property

DK11 for Java | tatukgis.jdk.TGIS_Layer.Collapsed | Constructors | Fields | Methods | Properties | Events

Checks if the layer is collapsed? Collapsed means only the layer's title will be visible inside the legend.

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

Syntax

// Java
public bool getCollapsed();
 
public void setCollapsed(
  bool _value
);
// Oxygene
public
  property Collapsed : Boolean read write;

Value

Type
bool
Boolean
2022/11/16 01:43

Page Tools