DK11 for Delphi | GisLayerVector.TGIS_LayerVector.LegendInfo | Overloads | Constructors | Fields | Methods | Properties | Events
Returns parameters filled with the renderer styling.
// Delphi public function LegendInfo( const _sectionIdx : Integer; const _id : Integer; const _params : TGIS_ParamsSectionVector ) : Boolean; overload;
// C++ Builder public: bool LegendInfo( const int _sectionIdx, const int _id, TGIS_ParamsSectionVector* const _params ) /* overload */;
Name | Type | Description |
---|---|---|
_sectionIdx | Integer | index of parameters section to retrieve |
_id | Integer | index of sub legend to be returned (number of legends are determined by RenderZones); negative index indicates extended band (Ex). |
_params | TGIS_ParamsSectionVector | params to be set (must be allocated) |
Type | Description |
---|---|
Boolean | True, if the data has been retrieved properly |