public override void Create( Placement[] placements )
public: void Create( array<Placement^>^ placements ) override
Parameters
| Parameter Name | Description |
|---|---|
| placements | Placements that create the group. |
public override void Create( Placement[] placements )
public: void Create( array<Placement^>^ placements ) override
| Parameter Name | Description |
|---|---|
| placements | Placements that create the group. |
| Exception | Description |
|---|---|
| ElementFromWrongPageException | Thrown when first placement doesn't have valid page. |
| InsufficientElementsCountException | Thrown when number of placements is less than two. |
| InvalidArgumentException | Thrown in two cases: 1.When one of given placements is a Page. 2. When one of given placements is a parent group of it. |