DK for Delphi | GisLayerVector.TGIS_LayerVector.Params | Constructors | Fields | Methods | Properties | Events | Events
Returns the vector rendering parameters object for the layer.
// Delphi public property Params : TGIS_ParamsSectionVector read write;
// C++ Builder public: __property TGIS_ParamsSectionVector* Params = {read, write};
PURPOSE: Provide access to layer-level rendering parameters such as colors, line styles, fill styles, labeling, and other vector display settings.
BEHAVIOR: If a dedicated parameters object has not been allocated for the layer, the inherited layer-level parameters are returned instead.