This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
1f05cd00 fbad 1aea 5b85 c9e46e70bf83
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets if the block can be exploded.
Namespace: netDxf.Blocks
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool AllowExploding { get; set; }
VB
Public Property AllowExploding As Boolean
Get
Set
C++
public:
property bool AllowExploding {
bool get ();
void set (bool value);
}
F#
member AllowExploding : bool with get, set
Boolean
This property is only compatible with DXF version AutoCad2007 and upwards.