向单值标签专题图子项集合中插入一个子项。

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

语法

C#
public bool Insert(
	int index,
	ThemeLabelUniqueItem item
)

参数

index
Type: System..::.Int32
指定子项插入的序号位置。
item
Type: SuperMap.Mapping..::.ThemeLabelUniqueItem
指定的要添加到集合中的单值标签专题图子项。

返回值

插入成功返回true;否则返回false。

请参见