获取或设置应用程序的输出信息对象。

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

语法

C#
public IOutput Output { get; set; }

备注

输出信息对象对应的类实现了 IOutput 接口,有关 IOutput 接口的详细信息,请参见 IOutput 接口。

请参见