Eyeshot 9.0 WPF API Reference
Explode(IDictionary<String,Block>,Boolean) Method

WPF Assembly > devDept.Eyeshot.Entities Namespace > BlockReference Class : Explode(IDictionary<String,Block>,Boolean) Method
The Blocks collection
If true, the colorMethodType.byParentEntity.ColorMethod, LineTypeMethod and Entity.LineWeightMethod are resolved propagating the BlockReference properties
Returns the block reference individual entity list.
Syntax
'Declaration
 
Public Function Explode( _
   ByVal blocks As IDictionary(Of String,Block), _
   Optional ByVal resolveByParent As Boolean _
) As Entity()

Parameters

blocks
The Blocks collection
resolveByParent
If true, the colorMethodType.byParentEntity.ColorMethod, LineTypeMethod and Entity.LineWeightMethod are resolved propagating the BlockReference properties

Return Value

The list of individual entities.
See Also

Reference

BlockReference Class
BlockReference Members
EntityList.Explode(BlockReference)