Gets or sets whether to make Blocks explodable.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property Explodable As System.Boolean |
| C# | |
|---|
System.bool Explodable {get; set;} |
| JavaScript | |
|---|
get_Explodable () : Boolean
put_Explodable (
NewVal : Boolean
)
|
| COM native C++ | |
|---|
HRESULT get_Explodable(
VARIANT_BOOL* Val
)
HRESULT put_Explodable(
VARIANT_BOOL NewVal |
| C++ | |
|---|
DSRESULT get_Explodable (
bool* Val
)
DSRESULT put_Explodable(
bool NewVal
) |
Property Value
True to make Blocks explodable, false to not
See Also
Availability
DraftSight V1R1.4