根据给定的拆分分段值将一个指定序号的分段标签专题图子项拆分成两个具有各自风格和名称的分段标签专题图子项。

命名空间:  SuperMap.Mapping
程序集:  SuperMap.Mapping (in SuperMap.Mapping)
版本: dll

语法

C#
public bool Split(
	int index,
	double splitValue,
	TextStyle style1,
	string caption1,
	TextStyle style2,
	string caption2
)

参数

index
Type: System..::.Int32
指定的分段标签专题图子项的序号。
splitValue
Type: System..::.Double
指定的拆分分段值。
style1
Type: SuperMap.Data..::.TextStyle
被拆分的两个分段标签专题图子项中的一个子项的风格。
caption1
Type: System..::.String
被拆分的两个分段标签专题图子项中的一个子项的名称。
style2
Type: SuperMap.Data..::.TextStyle
被拆分的两个分段标签专题图子项中的另一个子项的风格。
caption2
Type: System..::.String
被拆分的两个分段标签专题图子项中的另一个子项的名称。

返回值

如果拆分成功返回 true,否则返回 false。

请参见