用指定的几何对象替换三维屏幕图层中指定序号的几何对象。

命名空间:  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。

请参见