This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
47e84f46 5a83 5c73 81e0 35ae518f238e
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
| CheckDxfFileVersion(Stream) | Checks the AutoCAD DXF file database version. |
| CheckDxfFileVersion(String) | Checks the AutoCAD DXF file database version. |
| CheckDxfFileVersion(Stream, Boolean) | Checks the AutoCAD DXF file database version. |
| CheckDxfFileVersion(String, Boolean) | Checks the AutoCAD DXF file database version. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetObjectByHandle | Gets a DXF object by its handle. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Load(Stream) | Loads a DXF file. |
| Load(String) | Loads a DXF file. |
| Load(Stream, IEnumerable(String)) | Loads a DXF file. |
| Load(String, IEnumerable(String)) | Loads a DXF file. |
| Save(Stream) | Saves the database of the actual DxfDocument to a text stream. |
| Save(String) | Saves the database of the actual DxfDocument to a text DXF file. |
| Save(Stream, Boolean) | Saves the database of the actual DxfDocument to a stream. |
| Save(String, Boolean) | Saves the database of the actual DxfDocument to a DXF file. |
| ToString | Obtains a string that represents the DXF object. (Inherited from DxfObject) |