Click or drag to resize

OperationCreateReportFromSelected Method

返回用户文档首页
为选中的目标对象创建报告

Namespace: LoongCAD.STC.Friendly.Scene.Operations
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2026.0.9.25 (2026.0.9.25)
Syntax
C#
public static bool CreateReportFromSelected(
	string templateName,
	string fileName
)

Parameters

templateName  String
报告模版
fileName  String
文件名

Return Value

Boolean
创建是否成功
See Also