public bool InsertSubPlacements( Placement[] placements )
public: bool InsertSubPlacements( array<Placement^>^ placements )
Parameters
- placements
Return Value
True if successful .
public bool InsertSubPlacements( Placement[] placements )
public: bool InsertSubPlacements( array<Placement^>^ placements )
Exception | Description |
---|---|
ElementFromWrongPageException | Thrown when one of given placements has page different from other placements in a group. |
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. |