DxfDocument Class |
Namespace: netDxf
The DxfDocument type exposes the following members.
| Name | Description | |
|---|---|---|
| DxfDocument |
Initializes a new instance of the DxfDocument class.
| |
| DxfDocument(IEnumerableString) |
Initializes a new instance of the DxfDocument class.
| |
| DxfDocument(DxfVersion) |
Initializes a new instance of the DxfDocument class.
| |
| DxfDocument(HeaderVariables) |
Initializes a new instance of the DxfDocument class.
| |
| DxfDocument(DxfVersion, IEnumerableString) |
Initializes a new instance of the DxfDocument class.
| |
| DxfDocument(HeaderVariables, IEnumerableString) |
Initializes a new instance of the DxfDocument class.
|
| Name | Description | |
|---|---|---|
| ActiveLayout |
Gets or sets the name of the active layout.
| |
| ApplicationRegistries |
Gets the application registries collection.
| |
| Arcs |
Gets the arcs list.
| |
| AttributeDefinitions |
Gets the attribute definitions list.
| |
| Blocks |
Gets the block collection.
| |
| Circles |
Gets the circles list.
| |
| CodeName |
Gets the DXF object name.
(Inherited from DxfObject.) | |
| Comments |
Gets or sets the name of the document, once a file is saved or loaded this field is equals the file name without extension.
| |
| Dimensions |
Gets the dimensions list.
| |
| DimensionStyles |
Gets the dimension styles collection.
| |
| DrawingVariables |
Gets the dxf drawing variables.
| |
| Ellipses |
Gets the ellipses list.
| |
| Faces3d |
Gets the 3d faces list.
| |
| Groups |
Gets the groups collection.
| |
| Handle |
Gets the handle assigned to the DXF object.
(Inherited from DxfObject.) | |
| Hatches |
Gets the hatches list.
| |
| ImageDefinitions |
Gets the image definitions collection.
| |
| Images |
Gets the images list.
| |
| Inserts |
Gets the inserts list.
| |
| Layers |
Gets the layers collection.
| |
| Layouts |
Gets the layouts collection.
| |
| Leaders |
Gets the leader list.
| |
| Lines |
Gets the lines list.
| |
| Linetypes |
Gets the line types collection.
| |
| LwPolylines |
Gets the light weight polylines list.
| |
| Meshes |
Gets the mesh list.
| |
| MLines |
Gets the multilines list.
| |
| MlineStyles |
Gets the MLine styles collection.
| |
| MTexts |
Gets the multiline texts list.
| |
| Name |
Gets or sets the name of the document.
| |
| Owner |
Gets the owner of the actual DxfObject.
(Inherited from DxfObject.) | |
| Points |
Gets the points list.
| |
| PolyfaceMeshes |
Gets the polyface meshes list.
| |
| Polylines |
Gets the polylines list.
| |
| RasterVariables |
Gets or sets the RasterVariables applied to image entities.
| |
| Rays |
Gets the rays list.
| |
| Shapes |
Gets the shapes list.
| |
| ShapeStyles |
Gets the shape styles collection.
| |
| Solids |
Gets the solids list.
| |
| Splines |
Gets the splines list.
| |
| SupportFolders |
Gets the list of folders where the drawing support files are present.
| |
| Texts |
Gets the texts list.
| |
| TextStyles |
Gets the text styles collection.
| |
| Tolerances |
Gets the tolerance list.
| |
| Traces |
Gets the traces list.
| |
| UCSs |
Gets the User coordinate systems collection.
| |
| UnderlayDgnDefinitions |
Gets the dgn underlay definitions collection.
| |
| UnderlayDwfDefinitions |
Gets the dwf underlay definitions collection.
| |
| UnderlayPdfDefinitions |
Gets the pdf underlay definitions collection.
| |
| Underlays |
Gets the underlay list.
| |
| Viewport |
Gets the document viewport.
| |
| Viewports |
Gets the viewports list.
| |
| VPorts |
Gets the viewports collection.
| |
| Wipeouts |
Gets the wipeouts list.
| |
| XLines |
Gets the extension lines list.
|
| 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.) |