Click or drag to resize

OperationCreateReportFromSelected 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 CreateReportFromSelected(
	string templateName,
	string fileName
)

Parameters

templateName  String
报告模版
fileName  String
文件名

Return Value

Boolean
创建是否成功
See Also