ACadSharp.IO.CadReaderBase_T_ - DomCR/ACadSharp GitHub Wiki
CadReaderBase Class
Base class for the DWG and DXF readers.
Definition
Namespace: ACadSharp.IO
C#
public abstractclass CadReaderBase<T>
Properties
Returns | Name | Summary |
---|---|---|
T |
Configuration | Reader configuration. |
Methods
Returns | Name | Summary |
---|---|---|
Void |
Dispose | |
CadDocument |
Read | Read the cad document. |
CadHeader |
ReadHeader | Read the Cad header section of the file. |