定义场景窗口所具有的基本功能的接口。

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

语法

C#
public interface IFormScene : IForm

备注

IFormScene 接口继承自 IForm 接口,实现 IFormScene 接口的类必须同时实现 IForm 接口。三维窗口中内嵌一个 SuperMap Objects .NET 组件产品的 SceneControl 控件,即和组件的三维场景窗口绑定,以便于需要使用三维场景窗口的地方使用。

请参见