User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.ishidden

Table of Contents

ITGIS_Shape.IsHidden property

DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.IsHidden | Methods | Properties

Shape is hidden from rendering.

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

Syntax

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

Value

Type
bool
Boolean

Remarks

PURPOSE: Control per-shape display visibility without removing the shape from the vector layer or altering its geometry and attributes.

BEHAVIOR: When True, the shape remains in the layer but is skipped during drawing. The geometry and attribute data stay available for layer operations.

CONSTRAINTS: Read/Write. This is a display state and is typically not part of persisted source data.

2026/07/05 01:25

Page Tools