Click or drag to resize

Drawing Class

返回用户文档首页
Inheritance Hierarchy
SystemObject
  LoongCAD.STCDrawing

Namespace: LoongCAD.STC
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntax
C#
public class Drawing

The Drawing type exposes the following members.

Properties
Methods
 NameDescription
Public methodExportCAD(DrawingCADExportSettings) 导出到CAD文件,根据导出参数中的目标路径、文件名规则组成目标文件名
Public methodExportCAD(String, DrawingCADExportSettings) 导出到CAD文件
Public methodExportPDF(DrawingPDFExportSettings) 导出到PDF文件,根据导出参数中的目标路径、文件名规则组成目标文件名
Public methodExportPDF(String, DrawingPDFExportSettings) 导出到PDF文件
Top
See Also