DxfDocument Methods |
The DxfDocument type exposes the following members.
| Name | Description | |
|---|---|---|
| AddEntity(EntityObject) |
Adds an entity to the document.
| |
| AddEntity(IEnumerableEntityObject) |
Adds a list of entities to the document.
| |
| 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, IEnumerableString) |
Loads a DXF file.
| |
| Load(String, IEnumerableString) |
Loads a DXF file.
| |
| RemoveEntity(EntityObject) |
Removes an entity from the document.
| |
| RemoveEntity(IEnumerableEntityObject) |
Removes a list of entities from the document.
| |
| 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.) |