User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_shape.getlabelplain_boolean

Table of Contents

TGIS_Shape.GetLabelPlain method

DK11 for .NET | TatukGIS.NDK.TGIS_Shape.GetLabelPlain | Constructors | Fields | 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 | Java | ActiveX | Python.

Syntax

// C#
public virtual string GetLabelPlain(
  bool _all_lines
);
' VisualBasic
Public Overridable Function GetLabelPlain(
  ByVal _all_lines As Boolean
) As String
// Oxygene
public
  function GetLabelPlain(
    _all_lines : Boolean
  ) : String; virtual;

Parameters

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

Result

Type Description
string
String
Cleared text.
2022/11/16 01:35

Page Tools