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 SourceExport(DxfVersion)
Declaration
public Export(DxfVersion version)
Parameters
| Type | Name | Description |
|---|---|---|
| DxfVersion | version |
Methods
| Improve this Doc View SourceWriteToFile(Project, String)
Declaration
public void WriteToFile(Project toExport, string filename)
Parameters
| Type | Name | Description |
|---|---|---|
| Project | toExport | |
| System.String | filename |