创建空白的布局窗口。
命名空间:
SuperMap.Desktop程序集: SuperMap.Desktop.Core (in SuperMap.Desktop.Core)
版本: dll
语法
C# |
---|
public IFormLayout CreateLayoutWindow() |
返回值
返回创建的布局窗口。示例
CopyC#
IFormLayout formLayout = SuperMap.Desktop.Application.ActiveApplication.CreateLayoutWindow();
// 获取当前窗口的布局对象
SuperMap.Layout.MapLayout layout = formLayout.MapLayoutControl.MapLayout;