public virtual void Create( Placement[] placements )
public: virtual void Create( array<Placement^>^ placements )
Parameters
| Parameter Name | Description |
|---|---|
| placements | Placements that create the group. |
public virtual void Create( Placement[] placements )
public: virtual void Create( array<Placement^>^ placements )
| 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. |