向三维图层集合中指定位置处插入Model、KML、Map或ImageFile 类型的三维图层。
命名空间:
SuperMap.Realspace程序集: SuperMap.Realspace (in SuperMap.Realspace)
版本: dll
语法
C# |
---|
public Layer3D Insert( int index, string dataName, Layer3DType layerType ) |
参数
- index
- Type: System..::.Int32
插入图层的位置。
- dataName
- Type: System..::.String
Model、KML、Map或ImageFile 类型图层所对应的数据全路径。
- layerType
- Type: SuperMap.Realspace..::.Layer3DType
图层的类型。如果添加的数据名称与图层类型不匹配,则添加失败。