向3D图层集合指定位置插入Model,KML, ImageFile或VectorFile类型的图层。
命名空间:
SuperMap.Realspace程序集: SuperMap.Realspace (in SuperMap.Realspace)
版本: dll
语法
C# |
---|
public Layer3D Insert( int index, string dataName, string layerName, Layer3DType layerType, string password ) |
参数
- index
- Type: System..::.Int32
插入图层的位置。
- dataName
- Type: System..::.String
Model、KML、Map或ImageFile 类型图层所对应的数据全路径。
- layerName
- Type: System..::.String
指定新插入三维图层的名称,如果已存在会抛出异常,不区分大小写。
- layerType
- Type: SuperMap.Realspace..::.Layer3DType
图层的类型。如果添加的数据名称与图层类型不匹配,则添加失败。
- password
- Type: System..::.String
插入三维数据时需要的密码,该密码为生产缓存时指定的密码。