public Placement[] BreakUp( bool bRecursively )
public: array<Placement^>^ BreakUp( bool bRecursively )
Parameters
| Parameter Name | Description |
|---|---|
| bRecursively | Breaks up the block recurseively when true |
Return Value
A Placement array.
public Placement[] BreakUp( bool bRecursively )
public: array<Placement^>^ BreakUp( bool bRecursively )
| Parameter Name | Description |
|---|---|
| bRecursively | Breaks up the block recurseively when true |
| Exception | Description |
|---|---|
| Eplan.EplApi.Base.BaseException | Thrown when operation has failed. |