CompositeCurve.Explode Method

Returns the list of curves as array of entities.
Public Function Explode( _ 
Optional ByVal propagateAttributes As Boolean = true _ 
) As Entity()
This language is not supported or no code example is available.
public Entity[] Explode( 
bool propagateAttributes = true 
)
This language is not supported or no code example is available.

Parameters

propagateAttributes
bool

If true, propagates the attributes of the composite curve (Entity.ColorMethod, Entity.Color, Entity.MaterialName, Entity.LineTypeMethod, Entity.LineTypeName, Entity.LineWeightMethod, Entity.LineWeight) to the exploded curves

Return Value

Entity[]

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition