User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.params

Table of Contents

ITGIS_Shape.Params property

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

Shape-specific rendering parameters such as colors, fills, and symbols.

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

Syntax

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

Value

Remarks

PURPOSE: Access vector rendering settings used to draw this shape. These settings can either be shared from the owning layer or stored locally for per-shape symboling.

BEHAVIOR: Returns a TGIS_ParamsSectionVector instance. When LocalParams is False, the shared layer parameters are used; when LocalParams is True, the shape uses its own private copy.

CONSTRAINTS: Read/Write. Using local parameters increases per-shape memory usage compared with shared layer styling.

  • The parameters are valid and resolved only during the rendering process (must evaluate the sections based on the viewer current scale).
  • Returned object represents the last used section from the parameters list.

References

2026/07/05 01:25

Page Tools