MapInfoInterchangeOptions.TextStringAttribute

MapInfoInterchangeOptions.TextStringAttribute property

指定表示 ‘Text’ 图形对象文本的属性名称。

public string TextStringAttribute { get; set; }

备注

MapInfo Interchange 格式指定一种类型为 ‘Text’ 的图形对象。‘Text’ 图形对象表示地图上的标签。我们将 ‘Text’ 图形对象导出为一个 Feature,其几何形状为包围标签的 Polygon。标签的文本导出为 FeatureAttribute。此属性指定用于导出标签文本的属性名称。默认值为 "textstring"

另见