User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.localparams

Table of Contents

ITGIS_Shape.LocalParams property

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

Indicates whether the shape uses private rendering parameters instead of shared layer parameters.

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

Syntax

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

Value

Type
bool
Boolean

Remarks

PURPOSE: Enable or disable per-shape symboling and other rendering overrides without changing the default style for the whole vector layer.

BEHAVIOR: When set to True, the shape keeps its own copy of TGIS_ParamsSectionVector values. When set to False, rendering falls back to the shared layer parameters.

CONSTRAINTS: Read/Write. Enabling local parameters uses additional memory for each shape.

2026/07/05 01:25

Page Tools