當前位置:編程學習大全網 - 網站源碼 - 在VB中利用cad二次開發畫的圖如何自動保存為dxf文件

在VB中利用cad二次開發畫的圖如何自動保存為dxf文件

object.SaveAs FileName, FileType [, SecurityParams]

Object

Document, MenuGroup

The object or objects this method applies to.

Note This method has no effect for menu groups.

FileName

String; input-only

The full path and file name, or valid URL address, for the file. The active document takes on the new name.

FileType

AcSaveAsType enum; input-only; optional for Document objects

acR14_dwg

AutoCAD R14 DWG (*.dwg)

ac2000_dwg

AutoCAD 2000 DWG (*.dwg)

ac2000_dxf

AutoCAD 2000 DXF (*.dxf)

ac2000_Template

AutoCAD 2000 Drawing Template File (*.dwt)

ac2004_dwg

AutoCAD 2004 DWG (*.dwg)

ac2004_dxf

AutoCAD 2004 DXF (*.dxf)

ac2004_Template

AutoCAD 2004 Drawing Template File (*.dwt)

ac2007_dwg

AutoCAD 2007 DWG (*.dwg)

ac2007_dxf

AutoCAD 2007 DXF (*.dxf)

ac2007_Template

AutoCAD 2007 Drawing Template File (*.dwt)

acNative

A synonym for the latest drawing release. In this release, this value equals ac2007_dwg.

  • 上一篇:關於三層架構的內容層和展現層 理解
  • 下一篇:易語言如何調用別人的DLL
  • copyright 2024編程學習大全網