User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_paramssection.visible

Table of Contents

TGIS_ParamsSection.Visible property

DK11 for .NET | TatukGIS.NDK.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 | Java | ActiveX | 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:26

Page Tools