DrawingExportCAD(DrawingCADExportSettings) Method |
返回用户文档首页
导出到CAD文件,根据导出参数中的目标路径、文件名规则组成目标文件名
Namespace: LoongCAD.STCAssembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntaxpublic bool ExportCAD(
DrawingCADExportSettings exportSettings
)
Parameters
- exportSettings DrawingCADExportSettings
- 导出参数
Return Value
Boolean是否导出成功
See Also