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

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

语法

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

参数

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

返回值

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

请参见