|
Description
|
Writes the block indicated by BlockNumber on a DXF file on disk.
|
|
Syntax
|
[form.]DXFReader.WriteDXFBlock (BlockName As String, DXFFileName As String, [Precision As Integer], [DXFVersion As Integer])
|
|
Remarks
|
If the block indicated by the BlockName parameter does not exist the Error event is fired with ErrorCode = 700. The parameters for the WriteDXFBlock method are described below:
| BlockName | The name of the block to write | | DXFFileName | The file name of the DXF file that will contain the specified block's entities | | Precision | (Optional) The precision of the DXF file. Valid values are from 0 to 12 (Default value = 6) | | DXFVersion | (Optional) The version of the DXF file. Valid values are: 2, 9, 10, 11, 12, 13, 14 (Default value = 14) |
|