Class AsciiParser
The ASCII Parser is the one of the main parsers in the Dxflib Library. This class is used to extract data from a ASCII dxf file. The main constructor requires a DxfFile and when ParseFile() is called will populate all of the fields in the DxfFile.
Inheritance
System.Object
AsciiParser
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: Dxflib.IO
Assembly: Dxflib.dll
Syntax
public class AsciiParser
Constructors
| Improve this Doc View SourceAsciiParser(DxfFile)
The main constructor. This constructor will set the target dxf file.
Declaration
public AsciiParser(DxfFile dxfFile)
Parameters
Type | Name | Description |
---|---|---|
DxfFile | dxfFile | The dxf file that data will be extracted from. All of the fields will be populated. |
Methods
| Improve this Doc View SourceParseFile()
This function will parse the file. It will populate all of the fields of the dxf file that was passed to the constructor.
Declaration
public void ParseFile()