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

fbeebf1a c4fa 3fb5 55b2 f60e384ca4c6

haplokuon edited this page May 6, 2023 · 1 revision

Explode Method

netDxf 3.0.0 Library

Explodes the current insert.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public List<EntityObject> Explode()

VB

Public Function Explode As List(Of EntityObject)

C++

public:
List<EntityObject^>^ Explode()

F#

member Explode : unit -> List<EntityObject> 

Return Value

List(EntityObject)
A list of entities.

See Also

Reference

Insert Class
netDxf.Entities Namespace

Clone this wiki locally