MapInfoInterchangeOptionsTextStringAttribute Property |
Specifies name of the attribute that represents text of 'Text' graphical object.
Namespace:
Aspose.Gis.Formats.MapInfoInterchange
Assembly:
Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntaxpublic string TextStringAttribute { get; set; }
Public Property TextStringAttribute As String
Get
Set
public:
property String^ TextStringAttribute {
String^ get ();
void set (String^ value);
}
member TextStringAttribute : string with get, set
Property Value
Type:
String
Remarks
MapInfo Interchange 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