DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.LocalParams | Methods | Properties
Indicates whether the shape uses private rendering parameters instead of shared layer parameters.
// 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;
| Type |
|---|
| bool Boolean |
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.