Eplan Platform API
Eplan.EplApi.DataModel Namespace / Block Class / BreakUp Method / BreakUp(Boolean) Method
Breaks up the block recurseively when true

In This Topic
    BreakUp(Boolean) Method
    In This Topic
    Breaks up the block into its individual elements, also recursively.
    Syntax

    Parameters

    bRecursively
    Breaks up the block recurseively when true

    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