Show / Hide Table of Contents

Class Export

Inheritance
System.Object
Export
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CADability.DXF
Assembly: CADability.dll
Syntax
public class Export

Constructors

| Improve this Doc View Source

Export(DxfVersion)

Declaration
public Export(DxfVersion version)
Parameters
Type Name Description
DxfVersion version

Methods

| Improve this Doc View Source

WriteToFile(Project, String)

Declaration
public void WriteToFile(Project toExport, string filename)
Parameters
Type Name Description
Project toExport
System.String filename
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX