User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_config.writebitmap_widestring_itgis_bitmap_itgis_bitmap

Table of Contents

ITGIS_Config.WriteBitmap method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Config.WriteBitmap | Methods | Properties

Write parameters given by _name.

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

Syntax

// C#
public void WriteBitmap(
  WideString _name,
  ITGIS_Bitmap _value,
  ITGIS_Bitmap _default
);
' VisualBasic
Public Sub WriteBitmap(
  ByVal _name As WideString,
  ByVal _value As ITGIS_Bitmap,
  ByVal _default As ITGIS_Bitmap
)
// Oxygene
public
  procedure WriteBitmap(
    _name : WideString;
    _value : ITGIS_Bitmap;
    _default : ITGIS_Bitmap
  );

Parameters

Name Type Description
_name WideString name of value
_value ITGIS_Bitmap value of the parameter
_default ITGIS_Bitmap default value of the parameter
2022/11/16 01:08

Page Tools