MapInfoTabOptionsTextStringAttribute Property

Specifies name of the attribute that represents text of 'Text' graphical object.

Namespace:  Aspose.Gis.Formats.MapInfoTab
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public string TextStringAttribute { get; set; }

Property Value

Type: String
Remarks
MapInfo Tab Format specifies a graphical object of type 'Text'. 'Text' graphical object represents a label on a map. We export 'Text' graphical objects as a Feature with Polygon geometry that bounds the label. Text of the label is exported as FeatureAttribute. This property specifies the name of the attribute that is used to export text of the label. Default value is "textstring".
See Also