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

In This Topic
    InsertSubPlacement Method
    In This Topic
    Insert Placement to a group.
    Syntax
    public bool InsertSubPlacement( 
       Placement placement
    )
    public:
    bool InsertSubPlacement( 
       Placement^ placement
    ) 

    Parameters

    placement

    Return Value

    True if successful .
    Exceptions
    ExceptionDescription
    Thrown when given placement has page different from other placements in a group.
    Thrown in two cases: 1. When given placement is a Page. 2. When given placement 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