User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.getlabelplain_wordbool

Table of Contents

ITGIS_Shape.GetLabelPlain method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.GetLabelPlain | Methods | Properties

Return label content (including expanded field values) etc. Label will be cleared from any HTML markup etc. To obtain label value with formatting markers use GetLabel.

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

Syntax

// C#
public WideString GetLabelPlain(
  WordBool _all_lines
);
' VisualBasic
Public Function GetLabelPlain(
  ByVal _all_lines As WordBool
) As WideString
// Oxygene
public
  function GetLabelPlain(
    _all_lines : WordBool
  ) : WideString;

Parameters

Name Type Description
_all_lines WordBool if false, then only first line from multi line label will be returned

Result

Type Description
WideString Cleared text.
2022/11/16 01:11

Page Tools