API Help
Eplan.EplApi.DataModel Namespace / Group Class / InsertSubPlacements Method

InsertSubPlacements Method
Insert Placements to a group.
Syntax
public bool InsertSubPlacements( 
   Placement[] placements
)

Parameters

placements

Return Value

True if successful .
Exceptions
ExceptionDescription
Thrown when one of given placements has page different from other placements in a group.
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.
Remarks
This method doesn't make sense for class "SymbolVariant" and "DimensionGroup". It always throws ForbiddenOperationException for class "SymbolVariant" and "DimensionGroup".
See Also