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