定义海图窗口所具有的基本功能的接口。

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

语法

C#
public interface IFormChart : IForm

备注

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

请参见