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; }
Public Property AllowExploding As Boolean
Get
Set
public:
property bool AllowExploding {
bool get ();
void set (bool value);
}
member AllowExploding : bool with get, set
PROPERTY AllowExploding AS LOGIC GET SET
Property Value
Type:
BooleanRemarks
This property is only compatible with dxf version AutoCad2007 and upwards.
See Also