获取三维跟踪图层中指定索引的几何对象。

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

语法

C#
public Geometry Get(
	int index
)

参数

index
Type: System..::.Int32
要返回的几何对象的索引。

返回值

指定索引的几何对象。

示例

请参见 TrackingLayer3D.GetTag() 的方法。

请参见