合并一个从指定序号起始的给定个数的分段标签专题图子项,并赋给合并后分段标签专题图子项显示风格和名称。 执行该方法后,被合并的对象将被释放,不再可用。
命名空间:
SuperMap.Mapping程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public bool Merge( int index, int count, TextStyle style, string caption ) |
参数
- index
- Type: System..::.Int32
指定的分段标签专题图子项的序号,并以此序号为起始。
- count
- Type: System..::.Int32
要合并的分段标签专题图子项个数,即从指定的序号开始计算。
- style
- Type: SuperMap.Data..::.TextStyle
合并后的分段标签专题图子项的风格。
- caption
- Type: System..::.String
合并后的分段标签专题图子项名称。