从目标集合 Array 的指定索引位置开始,将参数集合的所有参数复制到目标参数集合Array中。

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

语法

C#
public void CopyTo(
	GeometryDrawingParameter[] array,
	int arrayIndex
)

参数

array
Type: array< SuperMap.Desktop..::.GeometryDrawingParameter >[]()[]
一维 Array,作为从 ICollection 复制的元素的目标位置。Array 必须具有从零开始的索引。
arrayIndex
Type: System..::.Int32
目标参数集合放置索引。

实现

ICollection<(Of <(T>)>)..::.CopyTo(array<T>[]()[], Int32)

请参见