User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_paramssection.visible

Table of Contents

ITGIS_ParamsSection.Visible property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ParamsSection.Visible | 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 | Python.

Syntax

// C#
public Boolean Visible
{
  get {}
  set {}
}
' VisualBasic
Public Property Visible As Boolean
  Get
  End Get
  Set(ByVal value As Boolean)
  End Set
End Property
// Oxygene
public
  property Visible : Boolean read read;

Value

Type
bool
Boolean

Remarks

Unused on a shape level.

2022/11/30 19:09

Page Tools