public void Create( Page oPage, Placement[] arrPlacements )
public: void Create( Page^ oPage, array<Placement^>^ arrPlacements )
Parameters
| Parameter Name | Description |
|---|---|
| oPage | Page on which the block reference will be placed. Can't be null. |
| arrPlacements | List of Placement which will be combined into a block. Can't be null. |