将三维跟踪图层中的指定的索引处的几何对象替换为指定的几何对象,若此索引处原先有其他几何对象,则会删除原几何对象,替换为新几何对象。
命名空间:
SuperMap.Realspace程序集: SuperMap.Realspace (in SuperMap.Realspace)
版本: dll
语法
C# |
---|
public bool Set( int index, Geometry geometry ) |
C# |
---|
public bool Set( int index, Geometry geometry ) |