public: bool InsertSubPlacement( Placement^ placement )
Parameters
| Parameter Name | Description |
|---|---|
| placement |
Return Value
True if successful .
public: bool InsertSubPlacement( Placement^ placement )
| Parameter Name | Description |
|---|---|
| placement |
| Exception | Description |
|---|---|
| ElementFromWrongPageException | Thrown when given placement has page different from other placements in a group. |
| InvalidArgumentException | Thrown in two cases: 1. When given placement is a Page. 2. When given placement is a parent group of it. |