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

In This Topic
    InsertSubPlacements Method
    In This Topic
    Insert Placements to a group.
    Syntax
    public bool InsertSubPlacements( 
       Placement[] placements
    )
    public:
    bool InsertSubPlacements( 
       array<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