User Tools

Site Tools


api:dk11:python:tatukgis_pdk.tgis_config.writebitmap_string_tgis_bitmap_tgis_bitmap

Table of Contents

TGIS_Config.WriteBitmap method

Writes a bitmap value to the active section.

Syntax

# Python
def WriteBitmap(
  self,
  _name: str,
  _value: TGIS_Bitmap,
  _default: TGIS_Bitmap
) -> None: 

Parameters

Name Type Description
_name str Parameter name.
_value TGIS_Bitmap Value to write.
_default TGIS_Bitmap Default value used to decide whether the parameter should be omitted.
2026/07/10 23:48

Page Tools