DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.Params | Methods | Properties
Shape-specific rendering parameters such as colors, fills, and symbols.
// 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;
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.