创建一个新的属性表窗口。

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

语法

C#
public IFormTabular CreateTabularWindow()

返回值

创建的属性表窗口。

示例

CopyC#
IFormTabular formTabular = SuperMap.Desktop.Application.ActiveApplication.CreateTabularWindow();
// 获取当前窗口的属性表控件
SuperMap.Desktop.ITabularControl tabularControl = formTabular.TabularControl;

请参见