User Tools

Site Tools


api:dk11:delphi:gisconfig.tgis_config.readcolorramp_string_tgis_colormaparray

Table of Contents

TGIS_Config.ReadColorRamp method

DK11 for Delphi | GisConfig.TGIS_Config.ReadColorRamp | Constructors | Fields | Methods | Properties

Read color ramp parameter given by _name. If Parameter do not exist or are invalid then _default value will be used.

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

Syntax

// Delphi
public
  function ReadColorRamp(
    const _name : String;
    const _default : TGIS_ColorMapArray
  ) : TGIS_ColorMapArray;
// C++ Builder
public:
  TGIS_ColorMapArray* ReadColorRamp(
    const UnicodeString _name,
    TGIS_ColorMapArray* const _default
  );

Parameters

Name Type Description
_name String name of the parameter
_default TGIS_ColorMapArray default value of the parameter

Result

Type Description
TGIS_ColorMapArray loaded color ramp
2022/11/16 01:14

Page Tools