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.
# Python def GetLabelPlain( self, _all_lines: bool ) -> str:
Name | Type | Description |
---|---|---|
_all_lines | bool | if false, then only first line from multi line label will be returned |
Type | Description |
---|---|
str | Cleared text. |