Class Import
Imports a DXF file, converts it to a project
Inheritance
System.Object
Import
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 Import
Constructors
| Improve this Doc View SourceImport(String)
Create the Import instance. The document is beeing read and converted to netDXF objects.
Declaration
public Import(string fileName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | fileName |
Properties
| Improve this Doc View SourceProject
creates and returns the project
Declaration
public Project Project { get; }
Property Value
| Type | Description |
|---|---|
| Project |
Methods
| Improve this Doc View SourceCanImportVersion(String)
Declaration
public static bool CanImportVersion(string fileName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | fileName |
Returns
| Type | Description |
|---|---|
| System.Boolean |