Show / Hide Table of Contents

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 Source

Import(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 Source

Project

creates and returns the project

Declaration
public Project Project { get; }
Property Value
Type Description
Project

Methods

| Improve this Doc View Source

CanImportVersion(String)

Declaration
public static bool CanImportVersion(string fileName)
Parameters
Type Name Description
System.String fileName
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX