根据场景类型和名称创建一个新的场景窗口。

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

语法

C#
public IFormScene CreateSceneWindow(
	string sceneName,
	SceneType sceneType
)

参数

sceneName
Type: System..::.String
场景名称
sceneType
Type: SuperMap.Realspace..::.SceneType
场景类型

返回值

新建的场景窗口

请参见