User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_config.readcolorramp_string_tgis_colormaparray

Table of Contents

TGIS_Config.ReadColorRamp method

DK11 for Python | tatukgis.pdk.TGIS_Config.ReadColorRamp | Constructors | 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: Delphi | .NET | Java | ActiveX.

Syntax

# Python
def ReadColorRamp(
  self,
  _name: str,
  _default: TGIS_ColorMapArray
) -> TGIS_ColorMapArray: 

Parameters

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

Result

Type Description
TGIS_ColorMapArray loaded color ramp
2023/08/09 01:51

Page Tools