Creates a DXF file representing the specified NetDiagram diagram.
Namespace: MindFusion.Diagramming.Export
Package: MindFusion.Diagramming.Export.Dxf
C# Copy Code |
---|
public void Export ( |
Visual Basic Copy Code |
---|
Public Sub Export ( _ |
A reference to the diagram to be exported.
The full path to the .dxf file.
Each NetDiagram node or link is exported as a group of graphic primitives, such as lines and arcs, defined as DXF entities. DxfExporter uses the entities defined in version 14 of the DXF format.