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

In This Topic
    InsertSubPlacement3D Method
    In This Topic
    Inserts Placement3D to the 3D group.
    Syntax
    public bool InsertSubPlacement3D( 
       Placement3D placement3D
    )
    public:
    bool InsertSubPlacement3D( 
       Placement3D^ placement3D
    ) 

    Parameters

    placement3D
    3D placement inserted to the 3D group.

    Return Value

    True if successful.
    See Also