EntityList.Explode (BlockReference, Boolean, Boolean) Method

Returns the block reference individual entity list.
Public Function Explode( _ 
ByVal br As BlockReference, _ 
Optional ByVal resolveByParent As Boolean = true, _ 
Optional ByVal keepTessellation As Boolean = false _ 
) As Entity()
This language is not supported or no code example is available.
public Entity[] Explode( 
BlockReference br
bool resolveByParent = true, 
bool keepTessellation = false 
)
This language is not supported or no code example is available.

Parameters

br
BlockReference

The block reference

resolveByParent
bool

If true, the colorMethodType.byParent Entity.ColorMethod, Entity.LineTypeMethod and Entity.LineWeightMethod are resolved propagating the BlockReference properties

keepTessellation
bool

When true, the tessellation of the original entity is preserved.

Return Value

Entity[]

An array of entities.

.NET Framework

Supported in: 4.8

In this article

Definition