Click or drag to resize

DrawingExportCAD(DrawingCADExportSettings) Method

返回用户文档首页
导出到CAD文件,根据导出参数中的目标路径、文件名规则组成目标文件名

Namespace: LoongCAD.STC
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntax
C#
public bool ExportCAD(
	DrawingCADExportSettings exportSettings
)

Parameters

exportSettings  DrawingCADExportSettings
导出参数

Return Value

Boolean
是否导出成功
See Also