Click or drag to resize

OperationCreateReportFromAll Method

返回用户文档首页
为场景所有模型对象创建报告

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

Parameters

templateName  String
报告模版
fileName  String
文件名

Return Value

Boolean
创建是否成功
See Also