Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Group3D Class / InsertSubPlacement3Ds Method
3D placements inserted to the 3D group.

In This Topic
    InsertSubPlacement3Ds Method
    In This Topic
    Inserts Placement3Ds to the 3D group.
    Syntax
    public bool InsertSubPlacement3Ds( 
       Placement3D[] placement3Ds
    )
    public:
    bool InsertSubPlacement3Ds( 
       array<Placement3D^>^ placement3Ds
    ) 

    Parameters

    placement3Ds
    3D placements inserted to the 3D group.

    Return Value

    True if successful.
    See Also