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

In This Topic
    BreakUp() Method
    In This Topic
    Breaks up the block into its individual elements.
    Syntax
    public Placement[] BreakUp()
    public:
    array<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