Eplan Platform API
Eplan.EplApi.DataModel Namespace / Block Class / BreakUp Method / BreakUp() Method

BreakUp() Method
Breaks up the block into its individual elements.
Syntax
public Placement[] BreakUp()

Return Value

A Placement array.
Exceptions
ExceptionDescription
Thrown when operation has failed.
Remarks
If the block contains a SymbolReference object (which is the block reference itself), this object is also returned in the array (even if it is not considered when evaluating the Count property).
See Also