User Tools

Site Tools


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

Table of Contents

TGIS_Shape.GetLabel method

DK11 for .NET | TatukGIS.NDK.TGIS_Shape.GetLabel | Constructors | Fields | Methods | Properties

Return label content (including expanded field values) etc. Label can contain HTML markup. To obtain label value without any formatting markers use GetLabelPlain.

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

Syntax

// C#
public virtual string GetLabel();
' VisualBasic
Public Overridable Function GetLabel() As String
// Oxygene
public
  function GetLabel : String; virtual;

Result

Type Description
string
String
Text with possible formatting etc.

Remarks

  • The label value is valid and resolved only during the rendering process (must evaluate the sections based on the viewer current scale)
  • Returned value may represent the last used section from the parameters list.
2022/11/16 01:35

Page Tools