将指定的点对象添加到构成对象的点序列中的指定序号处。

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

语法

C#
public bool Insert(
	int index,
	PointEPS point
)

参数

index
Type: System..::.Int32
要插入点对象的插入位置。
point
Type: SuperMap.Data..::.PointEPS
要插入的点对象。

返回值

添加成功,返回true;否则,返回false。

版本信息

SuperMap iObjects .NET


请参见