Click or drag to resize

LeaderExplode Method

Explodes this leader into its geometric components.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public GeometryBase[] Explode()

Return Value

Type: GeometryBase
An array of Curve and TextEntity objects. If the leader is using user-defined arrowheads, InstanceReferenceGeometry objects will be included.
See Also