将跟踪图层中的指定的索引处的几何对象替换为指定的几何对象,若此索引处原先有其他几何对象,则会被删除。

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

语法

C#
public bool Set(
	int index,
	Geometry geometry
)

参数

index
Type: System..::.Int32
要替换几何对象的索引。
geometry
Type: SuperMap.Data..::.Geometry
用来替换原几何对象的新的几何对象。

返回值

替换成功返回true;否则返回false。

版本信息

SuperMap iObjects .NET


请参见