向三维图层集合中添加Model、KML、Map或ImageFile 类型的三维图层。
命名空间:
SuperMap.Realspace程序集: SuperMap.Realspace (in SuperMap.Realspace)
版本: dll
语法
C# |
---|
public Layer3D Add( string dataName, Layer3DType layerType, bool addToHead, string layerName ) |
参数
- dataName
- Type: System..::.String
Model、KML、Map或ImageFile 类型图层所对应的数据全路径。。
- layerType
- Type: SuperMap.Realspace..::.Layer3DType
图层的类型。如果添加的数据名称与图层类型不匹配,则添加失败。
- addToHead
- Type: System..::.Boolean
是否将新添加的三维图层加到最上面。
- layerName
- Type: System..::.String
指定新添加的三维图层的名称,不区分大小写。如果图层名称已存在,则抛出异常。