向动态图层中添加一个对象。

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

语法

C#
public int Add(
	Geometry geometry,
	string tag
)

参数

geometry
Type: SuperMap.Data..::.Geometry
指定的要添加到动态图层中的对象。
tag
Type: System..::.String
指定对象的名称,对象名称在动态图层中是唯一的,要来标识该对象。

返回值

返回添加到动态图层中的对象的索引值。

版本信息

SuperMap iObjects .NET


请参见