Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

1f05cd00 fbad 1aea 5b85 c9e46e70bf83

haplokuon edited this page May 6, 2023 · 1 revision

AllowExploding Property

netDxf 3.0.0 Library

Gets or sets if the block can be exploded.

Definition

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

Property Value

Boolean

Remarks

This property is only compatible with DXF version AutoCad2007 and upwards.

See Also

Reference

BlockRecord Class
netDxf.Blocks Namespace

Clone this wiki locally