在集合中从指定序号开始删除指定个数个标尺线对象。

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

语法

C#
public int RemoveRange(
	int index,
	int count
)

参数

index
Type: System..::.Int32
指定的开始序号。
count
Type: System..::.Int32
指定的删除个数。

返回值

被成功删除的对象的个数。

版本信息

SuperMap iObjects .NET


请参见