OperationCreateReportFromSelected Method |
返回用户文档首页
为当前选中的模型对象创建报告
Namespace: LoongCAD.STC.Friendly.Scene.OperationsAssembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2026.0.9.24 (2026.0.9.24)
Syntaxpublic static bool CreateReportFromSelected(
string templateName,
string fileName
)
Parameters
- templateName String
- 报告模版
- fileName String
- 文件名
Return Value
Boolean创建是否成功
See Also