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.
// 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;
Name | Type | Description |
---|---|---|
_all_lines | WordBool | if false, then only first line from multi line label will be returned |
Type | Description |
---|---|
WideString | Cleared text. |