Click or drag to resize

BlockRecordAllowExploding Property

Gets or sets if the block can be exploded.

Namespace:  DXFReaderNET.Blocks
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public bool AllowExploding { get; set; }

Property Value

Type: Boolean
Remarks
This property is only compatible with dxf version AutoCad2007 and upwards.
See Also