User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_shape.getlabelplain_boolean

Table of Contents

TGIS_Shape.GetLabelPlain method

DK11 for Python | tatukgis.pdk.TGIS_Shape.GetLabelPlain | Constructors | 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 | ActiveX.

Syntax

# Python
def GetLabelPlain(
  self,
  _all_lines: bool
) -> str: 

Parameters

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

Result

Type Description
str Cleared text.
2023/08/09 01:59

Page Tools