MapInfoTabOptions.TextStringAttribute

MapInfoTabOptions.TextStringAttribute property

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

public string TextStringAttribute { get; set; }

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