Click or drag to resize

DXFReaderNETControlDXF Property

The DXF document currently loaded/displayed in the control.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public DxfDocument DXF { get; set; }

Property Value

Type: DxfDocument
Remarks
See the DxfDocument class for any info about the DXF document.
See Also