向三维图层集合中指定位置处插入Model、KML、Map或ImageFile类型的三维图层。

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

语法

C#
public Layer3D Insert(
	int index,
	string dataName,
	string layerName,
	Layer3DType layerType
)

参数

index
Type: System..::.Int32
插入图层的位置。
dataName
Type: System..::.String
Model、KML、Map或ImageFile 类型图层所对应的数据全路径。
layerName
Type: System..::.String
指定新插入的三维图层的名称,不区分大小写。如果图层名称已存在,则抛出异常。
layerType
Type: SuperMap.Realspace..::.Layer3DType
图层的类型。如果添加的数据名称与图层类型不匹配,则添加失败。

返回值

三维图层对象。

版本信息

SuperMap iObjects .NET


请参见