Click or drag to resize

ProfileItemExport Method

返回用户文档首页
导出截面型材配置

Namespace: LoongCAD.STC.Friendly.Catalogs
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.14 (2025.0.9.14)
Syntax
C#
public virtual bool Export(
	ref string fileName
)

Parameters

fileName  String
导出文件路径,非绝对路径将保存到当前模型目录

Return Value

Boolean
是否导出成功
Remarks
若fileName为空,则使用当前函数名作为文件名
See Also